mirror of
https://github.com/yawut/SDL.git
synced 2026-08-25 02:05:07 -05:00
Fixed video intitialization problem on Qtopia (thanks David!)
This commit is contained in:
@@ -36,8 +36,8 @@ int main(int argc, char *argv[])
|
||||
#ifdef QWS
|
||||
// This initializes the Qtopia application. It needs to be done here
|
||||
// because it parses command line options.
|
||||
QWidget dummy;
|
||||
app = new QPEApplication(argc, argv);
|
||||
QWidget dummy;
|
||||
app->showMainWidget(&dummy);
|
||||
atexit(cleanupQCop);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user