discomfitor pushed a commit to branch master.

commit d8cef4eb39421d13ba93460aa434447063a35b65
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu May 30 15:01:07 2013 +0100

    try passing raw border geom in comp resize events
---
 src/bin/e_comp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 305ced4..a351625 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -3508,7 +3508,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_configure(cw, cw->x, cw->y, ev->border->w - 
e_border_inset_width_get(ev->border), ev->border->h - 
e_border_inset_height_get(ev->border), cw->border);
+   _e_comp_win_configure(cw, cw->x, cw->y, ev->border->w, ev->border->h, 
cw->border);
    return ECORE_CALLBACK_PASS_ON;
 }
 

-- 

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1

Reply via email to