Enlightenment CVS committal

Author  : andreas
Project : e17
Module  : proto/eflpp

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


Modified Files:
        main.cpp 


Log Message:
Moved to new Evas_Smart_Class API

===================================================================
RCS file: /cvs/e/e17/proto/eflpp/examples/ecore/paint/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    18 Aug 2007 18:28:00 -0000      1.3
@@ -94,7 +94,7 @@
     efl::EcoreApplication* app = new efl::EcoreApplication( argc, argv, "Ecore 
Paint Example" );
 
     /* Create the main window, a window with an embedded canvas */
-    efl::EcoreEvasWindow* mw = new efl::EcoreEvasWindow( WIDTH, HEIGHT );
+    efl::EcoreEvasWindowSoftwareX11* mw = new efl::EcoreEvasWindowSoftwareX11( 
WIDTH, HEIGHT );
 
     /* Create some objects on the canvas */
     efl::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