Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/engines/x11


Modified Files:
        ewl_engine_x11.c 


Log Message:
- pull evas call out of x11 engine and add calls to evas engine

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/engines/x11/ewl_engine_x11.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -3 -r1.44 -r1.45
--- ewl_engine_x11.c    3 Mar 2007 00:36:10 -0000       1.44
+++ ewl_engine_x11.c    3 Mar 2007 00:53:38 -0000       1.45
@@ -907,7 +907,7 @@
        event.w = ev->w;
        event.h = ev->h;
 
-       evas_damage_rectangle_add(EWL_EMBED(window)->canvas, ev->x, ev->y, 
ev->w, ev->h);
+       ewl_engine_canvas_damage_add(EWL_EMBED(window), ev->x, ev->y, ev->w, 
ev->h);
        ewl_callback_call_with_event_data(EWL_WIDGET(window), 
EWL_CALLBACK_EXPOSE, &event);
 
        DRETURN_INT(TRUE, DLEVEL_STABLE);



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to