comparison src/video/qtopia/SDL_QPEApp.h @ 1668:4da1ee79c9af SDL-1.3

more tweaking indent options
author Sam Lantinga <slouken@libsdl.org>
date Mon, 29 May 2006 04:04:35 +0000
parents 782fd950bd46
children
comparison
equal deleted inserted replaced
1667:1fddae038bc8 1668:4da1ee79c9af
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 /* Handle the QPE application loop */ 24 /* Handle the QPE application loop */
25 25
26 /* Initialize the QPE Application, if it's not already started */ 26 /* Initialize the QPE Application, if it's not already started */
27 extern int SDL_InitQPEApp (void); 27 extern int SDL_InitQPEApp(void);
28 28
29 /* Quit the QPE Application, if there's nothing left to do */ 29 /* Quit the QPE Application, if there's nothing left to do */
30 extern void SDL_QuitQPEApp (void); 30 extern void SDL_QuitQPEApp(void);
31 31
32 /* Flag to tell whether the app is active or not */ 32 /* Flag to tell whether the app is active or not */
33 extern int SDL_QPEAppActive; 33 extern int SDL_QPEAppActive;
34 /* vi: set ts=4 sw=4 expandtab: */ 34 /* vi: set ts=4 sw=4 expandtab: */