discomfitor pushed a commit to branch master.

commit 9aa32ad32792ef21f02c8faa75bc6de978b4357e
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Apr 18 12:53:13 2013 +0100

    render queue and flag geometry update on border resize event to catch 
shading animations
---
 src/bin/e_comp.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 96b5fbb..8029819 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -3471,7 +3471,8 @@ _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;
-   // fimxe: do resize here instead of conf notify
+   cw->geom_update = 1;
+   _e_comp_win_render_queue(cw);
    return ECORE_CALLBACK_PASS_ON;
 }
 

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to