Mercurial > sdl-ios-xcode
diff src/video/wincommon/SDL_lowvideo.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 |
line wrap: on
line diff
--- a/src/video/wincommon/SDL_lowvideo.h Mon May 29 03:53:21 2006 +0000 +++ b/src/video/wincommon/SDL_lowvideo.h Mon May 29 04:04:35 2006 +0000 @@ -79,7 +79,7 @@ /* Variables and functions exported to other parts of the native video subsystem (SDL_sysevents.c) */ -extern void WIN_FlushMessageQueue (); +extern void WIN_FlushMessageQueue(); /* Called by windows message loop when system palette is available */ extern void (*WIN_RealizePalette) (_THIS); @@ -91,8 +91,8 @@ extern void (*WIN_WinPAINT) (_THIS, HDC hdc); /* Called by windows message loop when the message isn't handled */ -extern LONG (*HandleMessage) (_THIS, HWND hwnd, UINT msg, WPARAM wParam, - LPARAM lParam); +extern LONG(*HandleMessage) (_THIS, HWND hwnd, UINT msg, WPARAM wParam, + LPARAM lParam); /* The window cursor (from SDL_sysmouse.c) */ extern HCURSOR SDL_hcursor; @@ -120,12 +120,12 @@ extern WORD *gamma_saved; /* This is really from SDL_dx5audio.c */ -extern void DX5_SoundFocus (HWND window); +extern void DX5_SoundFocus(HWND window); /* DJM: This is really from SDL_sysevents.c, we need it in GDL_CreateWindow as well */ -LRESULT CALLBACK WinMessage (HWND hwnd, UINT msg, WPARAM wParam, - LPARAM lParam); +LRESULT CALLBACK WinMessage(HWND hwnd, UINT msg, WPARAM wParam, + LPARAM lParam); /* JFP: Implementation of ToUnicode() that works on 9x/ME/2K/XP */ typedef int (WINAPI * ToUnicodeFN) (UINT, UINT, PBYTE, LPWSTR, int, UINT);