comparison src/video/picogui/SDL_pgevents_c.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
27 #include "SDL_pgvideo.h" 27 #include "SDL_pgvideo.h"
28 28
29 /* Variables and functions exported by SDL_sysevents.c to other parts 29 /* Variables and functions exported by SDL_sysevents.c to other parts
30 of the native video subsystem (SDL_sysvideo.c) 30 of the native video subsystem (SDL_sysvideo.c)
31 */ 31 */
32 extern void PG_PumpEvents (_THIS); 32 extern void PG_PumpEvents(_THIS);
33 extern void PG_InitEvents (_THIS); 33 extern void PG_InitEvents(_THIS);
34 extern void PG_InitOSKeymap (_THIS); 34 extern void PG_InitOSKeymap(_THIS);
35 35
36 /* end of SDL_pgevents_c.h ... */ 36 /* end of SDL_pgevents_c.h ... */
37 /* vi: set ts=4 sw=4 expandtab: */ 37 /* vi: set ts=4 sw=4 expandtab: */