discomfitor pushed a commit to branch master.

commit 9d6e2ecc97059727914c2c5e0036bb4e7fb56889
Author: Mike Blumenkrantz <[email protected]>
Date:   Tue Apr 23 08:51:59 2013 +0100

    update comp win geometry on border events
---
 src/bin/e_comp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index b65bd6a..661831c 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -3463,7 +3463,7 @@ _e_comp_bd_move(void *data EINA_UNUSED, int type 
EINA_UNUSED, void *event)
    E_Event_Border_Move *ev = event;
    E_Comp_Win *cw = _e_comp_win_find(ev->border->win);
    if (!cw) return ECORE_CALLBACK_PASS_ON;
-   // fimxe: do move here for composited bd
+   _e_comp_win_configure(cw, ev->border->x, ev->border->y, cw->w, cw->h, 
cw->border);
    return ECORE_CALLBACK_PASS_ON;
 }
 
@@ -3473,7 +3473,7 @@ _e_comp_bd_resize(void *data EINA_UNUSED, int type 
EINA_UNUSED, void *event)
    E_Event_Border_Resize *ev = event;
    E_Comp_Win *cw = _e_comp_win_find(ev->border->win);
    if (!cw) return ECORE_CALLBACK_PASS_ON;
-   _e_comp_win_geometry_update(cw);
+   _e_comp_win_configure(cw, cw->x, cw->y, ev->border->w, ev->border->h, 
cw->border);
    return ECORE_CALLBACK_PASS_ON;
 }
 

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr

Reply via email to