Mercurial > sdl-ios-xcode
comparison src/video/win32/SDL_win32window.h @ 1720:a1ebb17f9c52 SDL-1.3
Cleaned up a bunch of warnings, started adding Win32 event support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 30 Jun 2006 05:42:49 +0000 |
parents | 5b9f50c957ed |
children | 5daa04d862f1 |
comparison
equal
deleted
inserted
replaced
1719:5b9f50c957ed | 1720:a1ebb17f9c52 |
---|---|
47 extern void WIN_MinimizeWindow(_THIS, SDL_Window * window); | 47 extern void WIN_MinimizeWindow(_THIS, SDL_Window * window); |
48 extern void WIN_RestoreWindow(_THIS, SDL_Window * window); | 48 extern void WIN_RestoreWindow(_THIS, SDL_Window * window); |
49 extern void WIN_SetWindowGrab(_THIS, SDL_Window * window); | 49 extern void WIN_SetWindowGrab(_THIS, SDL_Window * window); |
50 extern void WIN_DestroyWindow(_THIS, SDL_Window * window); | 50 extern void WIN_DestroyWindow(_THIS, SDL_Window * window); |
51 extern SDL_bool WIN_GetWindowWMInfo(_THIS, SDL_Window * window, | 51 extern SDL_bool WIN_GetWindowWMInfo(_THIS, SDL_Window * window, |
52 SDL_SysWMinfo * info); | 52 struct SDL_SysWMinfo *info); |
53 | 53 |
54 #endif /* _SDL_win32window_h */ | 54 #endif /* _SDL_win32window_h */ |
55 | 55 |
56 /* vi: set ts=4 sw=4 expandtab: */ | 56 /* vi: set ts=4 sw=4 expandtab: */ |