Enlightenment CVS committal

Author  : andreas
Project : e17
Module  : proto/eflpp

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


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/calibrate/main.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- main.cpp    3 Jul 2007 22:42:32 -0000       1.1
+++ main.cpp    22 Aug 2007 22:35:49 -0000      1.2
@@ -12,7 +12,7 @@
 int main( int argc, const char **argv )
 {
     efl::EcoreApplication app( argc, argv, "Ecore Calibration Example" );
-    efl::EcoreEvasWindow* mw = new efl::EcoreEvasWindow( WIDTH, HEIGHT );
+    efl::EcoreEvasWindowSoftwareX11* mw = new efl::EcoreEvasWindowSoftwareX11( 
WIDTH, HEIGHT );
     efl::EvasCanvas* evas = mw->canvas();
     Size s = evas->size();
 



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