mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-24 11:55:43 +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
|
||||
* More configure and makefile updates
|
||||
* Added scale arg for net graphs
|
||||
* Fixed bug in own_window stuff
|
||||
|
||||
2005-08-23
|
||||
* Added maximum_width
|
||||
|
@ -3540,7 +3540,7 @@ static void main_loop()
|
||||
/* if position isn't what expected, set fixed pos, total_updates
|
||||
* avoids setting fixed_pos when window is set to weird locations
|
||||
* when started */
|
||||
if (total_updates >= 2
|
||||
/*if (total_updates >= 2 this is broken
|
||||
&& !fixed_pos
|
||||
&& (window.x != ev.xconfigure.x
|
||||
|| window.y !=
|
||||
@ -3548,7 +3548,7 @@ static void main_loop()
|
||||
&& (ev.xconfigure.x != 0
|
||||
|| ev.xconfigure.y != 0)) {
|
||||
fixed_pos = 1;
|
||||
}
|
||||
}*/
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user