Enlightenment CVS committal

Author  : andreas
Project : e17
Module  : proto/eflpp

Dir     : e17/proto/eflpp/examples/ecore/timers


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/ecore/timers/main.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- main.cpp    10 Jul 2007 21:38:09 -0000      1.2
+++ main.cpp    22 Aug 2007 22:35:49 -0000      1.3
@@ -24,7 +24,7 @@
                                           alpha( 0 ), alphadirection( 1 ),
                                           xaddfactor( 1 ), yaddfactor( 1 )
 {
-    mw = new efl::EcoreEvasWindow( WIDTH, HEIGHT );
+    mw = new efl::EcoreEvasWindowSoftwareX11( WIDTH, HEIGHT );
     evas = mw->canvas();
 
     image = new efl::EvasImage( 0, 0, PACKAGE_DATA_DIR "/images/panel.png", 
evas );
@@ -53,7 +53,7 @@
     startTimer( 1.0 / 25 );
 }
 
-efl::EcoreEvasWindow* mw;
+efl::EcoreEvasWindowSoftwareX11* mw;
 efl::EvasCanvas* evas;
 efl::EvasImage* image, *shadow, *logo;
 efl::EvasImage* balls[NUMBALLS];



-------------------------------------------------------------------------
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