Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_engine_evas_gl_x11.c 


Log Message:
Use correct func to register evas with embed.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/engines/evas_gl_x11/ewl_engine_evas_gl_x11.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ewl_engine_evas_gl_x11.c    6 Feb 2007 20:54:00 -0000       1.10
+++ ewl_engine_evas_gl_x11.c    21 Mar 2007 13:29:19 -0000      1.11
@@ -124,7 +124,7 @@
                                        ewl_object_current_y_get(o),
                                        ewl_object_current_w_get(o),
                                        ewl_object_current_h_get(o));
-       ewl_embed_evas_set(EWL_EMBED(win), evas, win->window);
+       ewl_embed_canvas_set(EWL_EMBED(win), evas, win->window);
 
        DLEAVE_FUNCTION(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