mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-12 11:04:10 +00:00
own_window was broken by alignment none patch
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@182 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
341349d36a
commit
7bdb0501dc
@ -3,6 +3,7 @@
|
|||||||
2005-08-24
|
2005-08-24
|
||||||
* More configure and makefile updates
|
* More configure and makefile updates
|
||||||
* Added scale arg for net graphs
|
* Added scale arg for net graphs
|
||||||
|
* Fixed bug in own_window stuff
|
||||||
|
|
||||||
2005-08-23
|
2005-08-23
|
||||||
* Added maximum_width
|
* Added maximum_width
|
||||||
|
@ -3540,7 +3540,7 @@ static void main_loop()
|
|||||||
/* if position isn't what expected, set fixed pos, total_updates
|
/* if position isn't what expected, set fixed pos, total_updates
|
||||||
* avoids setting fixed_pos when window is set to weird locations
|
* avoids setting fixed_pos when window is set to weird locations
|
||||||
* when started */
|
* when started */
|
||||||
if (total_updates >= 2
|
/*if (total_updates >= 2 this is broken
|
||||||
&& !fixed_pos
|
&& !fixed_pos
|
||||||
&& (window.x != ev.xconfigure.x
|
&& (window.x != ev.xconfigure.x
|
||||||
|| window.y !=
|
|| window.y !=
|
||||||
@ -3548,7 +3548,7 @@ static void main_loop()
|
|||||||
&& (ev.xconfigure.x != 0
|
&& (ev.xconfigure.x != 0
|
||||||
|| ev.xconfigure.y != 0)) {
|
|| ev.xconfigure.y != 0)) {
|
||||||
fixed_pos = 1;
|
fixed_pos = 1;
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user