discomfitor pushed a commit to branch master.

commit 9a443b6fec16cfe5334bd4c5d7874c0acd5711c3
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Jul 26 10:09:04 2013 +0100

    only move/resize client lock_win if it exists
---
 src/bin/e_border.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/e_border.c b/src/bin/e_border.c
index 8cdc380..288901c 100644
--- a/src/bin/e_border.c
+++ b/src/bin/e_border.c
@@ -8723,7 +8723,8 @@ _e_border_eval(E_Border *bd)
              else if (!bd->client.e.state.video)
                {
                   ecore_x_window_move_resize(bd->client.win, 0, 0, 
bd->client.w, bd->client.h);
-                  ecore_x_window_move_resize(bd->client.lock_win, 0, 0, 
bd->client.w, bd->client.h);
+                  if (bd->client.lock_win)
+                    ecore_x_window_move_resize(bd->client.lock_win, 0, 0, 
bd->client.w, bd->client.h);
                }
              _e_border_client_move_resize_send(bd);
           }

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to