Mercurial > sdl-ios-xcode
comparison src/video/photon/SDL_ph_events_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 |
---|---|
29 #define PH_SDL_MAX_RECTS 256 | 29 #define PH_SDL_MAX_RECTS 256 |
30 #define PH_EVENT_SAFETY_POOL 512 | 30 #define PH_EVENT_SAFETY_POOL 512 |
31 #define EVENT_SIZE (sizeof(PhEvent_t) + 1000 + PH_EVENT_SAFETY_POOL) | 31 #define EVENT_SIZE (sizeof(PhEvent_t) + 1000 + PH_EVENT_SAFETY_POOL) |
32 | 32 |
33 /* Functions to be exported */ | 33 /* Functions to be exported */ |
34 extern void ph_InitOSKeymap (_THIS); | 34 extern void ph_InitOSKeymap(_THIS); |
35 extern void ph_PumpEvents (_THIS); | 35 extern void ph_PumpEvents(_THIS); |
36 | 36 |
37 #endif /* __SDL_PH_EVENTS_H__ */ | 37 #endif /* __SDL_PH_EVENTS_H__ */ |
38 /* vi: set ts=4 sw=4 expandtab: */ | 38 /* vi: set ts=4 sw=4 expandtab: */ |