discomfitor pushed a commit to branch master.

commit 879a260ea54a3cd4638ec7fad5546b18201ee441
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Aug 22 13:09:46 2013 +0100

    always force xwindow move during eval; fixes window positioning on shaded 
clients across restarts
---
 src/bin/e_border.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/e_border.c b/src/bin/e_border.c
index 901c735..5681fb9 100644
--- a/src/bin/e_border.c
+++ b/src/bin/e_border.c
@@ -8729,6 +8729,8 @@ _e_border_eval(E_Border *bd)
                }
              _e_border_client_move_resize_send(bd);
           }
+        else if (bd->changes.pos)
+          ecore_x_window_move(bd->win, x, y);
 
         e_container_shape_resize(bd->shape, w, h);
         if (bd->changes.pos)

-- 

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk

Reply via email to