exlicit show() needed

SVN revision: 40190
This commit is contained in:
Andreas Volz 2009-04-18 21:33:22 +00:00
parent c73073a079
commit 276ef19d6b
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ TimerApp( int argc, const char** argv ) : efl::EcoreApplication( argc, argv, "Ec
}
startTimer( 1.0 / 25 );
mw->show();
}
efl::EcoreEvasWindowSoftwareX11* mw;