Enlightenment CVS committal

Author  : andreas
Project : e17
Module  : proto/eflpp

Dir     : e17/proto/eflpp/examples/ewl/embed


Modified Files:
        main.cpp 


Log Message:
- added GL and XRender backend support
- changed example code to new API

===================================================================
RCS file: /cvs/e/e17/proto/eflpp/examples/ewl/embed/main.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- main.cpp    15 Aug 2007 20:03:10 -0000      1.3
+++ main.cpp    22 Aug 2007 22:35:50 -0000      1.4
@@ -37,7 +37,7 @@
     EcoreApplication* app = new EcoreApplication( argc, argv, "Simple Ecore 
Test" );
 
     /* Create the main window, a window with an embedded canvas */
-    EcoreEvasWindow* mw = new EcoreEvasWindow( WIDTH, HEIGHT );
+    EcoreEvasWindowSoftwareX11* mw = new EcoreEvasWindowSoftwareX11( WIDTH, 
HEIGHT );
 
     EvasCanvas* evas = mw->canvas();
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to