# HG changeset patch # User Sam Lantinga # Date 1050422671 0 # Node ID 0648505b1f8ba61895d931989ff8d0a7ac5c9923 # Parent 0a2ef9e8ca41de91a2b766f290db0d70e42c1944 Fixed video intitialization problem on Qtopia (thanks David!) diff -r 0a2ef9e8ca41 -r 0648505b1f8b src/main/linux/SDL_Qtopia_main.cc --- a/src/main/linux/SDL_Qtopia_main.cc Tue Apr 15 16:02:08 2003 +0000 +++ b/src/main/linux/SDL_Qtopia_main.cc Tue Apr 15 16:04:31 2003 +0000 @@ -36,8 +36,8 @@ #ifdef QWS // This initializes the Qtopia application. It needs to be done here // because it parses command line options. + app = new QPEApplication(argc, argv); QWidget dummy; - app = new QPEApplication(argc, argv); app->showMainWidget(&dummy); atexit(cleanupQCop); #endif