Mercurial > sdl-ios-xcode
comparison src/video/wincommon/SDL_lowvideo.h @ 1280:f61f045343d3
Re-query the SDL_WINDOWID each time we initialize the video
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 29 Jan 2006 06:11:38 +0000 |
parents | 7c7ddaf195bf |
children | c3e36ac8a94c |
comparison
equal
deleted
inserted
replaced
1279:e867f327aa54 | 1280:f61f045343d3 |
---|---|
59 #else | 59 #else |
60 extern LPSTR SDL_Appname; | 60 extern LPSTR SDL_Appname; |
61 #endif | 61 #endif |
62 extern HINSTANCE SDL_Instance; | 62 extern HINSTANCE SDL_Instance; |
63 extern HWND SDL_Window; | 63 extern HWND SDL_Window; |
64 extern const char *SDL_windowid; | 64 extern BOOL SDL_windowid; |
65 | 65 |
66 /* Variables and functions exported to other parts of the native video | 66 /* Variables and functions exported to other parts of the native video |
67 subsystem (SDL_sysevents.c) | 67 subsystem (SDL_sysevents.c) |
68 */ | 68 */ |
69 /* Called by windows message loop when system palette is available */ | 69 /* Called by windows message loop when system palette is available */ |