tasn pushed a commit to branch master.

http://git.enlightenment.org/bindings/cxx/eflxx.git/commit/?id=6cb886af50fb8ad074dc2db70197ace36e4b60f1

commit 6cb886af50fb8ad074dc2db70197ace36e4b60f1
Author: Andreas Volz <li...@brachttal.net>
Date:   Sat Apr 18 21:42:15 2009 +0000

    explicit show() needed
    
    
    SVN revision: 40194
---
 examples/ecore/3dstars/main.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/ecore/3dstars/main.cpp b/examples/ecore/3dstars/main.cpp
index d86b837..2157922 100644
--- a/examples/ecore/3dstars/main.cpp
+++ b/examples/ecore/3dstars/main.cpp
@@ -105,6 +105,8 @@ int main( int argc, const char **argv )
 
     ( new EcoreTimer( 0.05 ) )->timeout.connect( sigc::ptr_fun( advance ) );
 
+    mw->show();
+
     /* Enter the application main loop */
     app->exec();
 

-- 


Reply via email to