Skip to content

Commit

Permalink
Fixed video intitialization problem on Qtopia (thanks David!)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Apr 15, 2003
1 parent 177c66b commit c017ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/linux/SDL_Qtopia_main.cc
Expand Up @@ -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
Expand Down

0 comments on commit c017ff1

Please sign in to comment.