Mercurial > sdl-ios-xcode
comparison src/main/linux/SDL_Qtopia_main.cc @ 394:d15bef937f00
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 10 Jun 2002 20:21:55 +0000 |
parents | 11c8a7684f74 |
children | 969fbd4dcd4e |
comparison
equal
deleted
inserted
replaced
393:84acd4f134e7 | 394:d15bef937f00 |
---|---|
17 // because it parses command line options. | 17 // because it parses command line options. |
18 QPEApplication app(argc, argv); | 18 QPEApplication app(argc, argv); |
19 QWidget dummy; | 19 QWidget dummy; |
20 app.showMainWidget(&dummy); | 20 app.showMainWidget(&dummy); |
21 #endif | 21 #endif |
22 return(SDL_main(argc, argv)); | 22 // Exit here because if return is used, the application |
23 // doesn't seem to quit correctly. | |
24 exit(SDL_main(argc, argv)); | |
23 } | 25 } |