discomfitor pushed a commit to branch master.
commit e07ca1aa8e8fd717b85cbade9dc56929595de42b
Author: Mike Blumenkrantz <[email protected]>
Date: Thu May 30 12:01:06 2013 +0100
use client geom when configuring comp win from border resize callback
---
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 0137132..1966bfb 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -3503,7 +3503,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, ev->border->h,
cw->border);
+ _e_comp_win_configure(cw, cw->bd->x + cw->bd->client_inset.l, cw->bd->y +
cw->bd->client_inset.t, ev->border->client.w, ev->border->client.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