Mercurial > sdl-ios-xcode
diff src/events/SDL_windowevents.c @ 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 | 5daa04d862f1 |
line wrap: on
line diff
--- a/src/events/SDL_windowevents.c Mon May 29 03:53:21 2006 +0000 +++ b/src/events/SDL_windowevents.c Mon May 29 04:04:35 2006 +0000 @@ -27,8 +27,8 @@ #include "SDL_events_c.h" int -SDL_PrivateWindowEvent (SDL_WindowID windowID, Uint8 windowevent, int data1, - int data2) +SDL_PrivateWindowEvent(SDL_WindowID windowID, Uint8 windowevent, int data1, + int data2) { int posted; @@ -43,7 +43,7 @@ event.window.windowID = windowID; if ((SDL_EventOK == NULL) || (*SDL_EventOK) (&event)) { posted = 1; - SDL_PushEvent (&event); + SDL_PushEvent(&event); } } return (posted);