diff 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
line wrap: on
line diff
--- a/src/video/wincommon/SDL_lowvideo.h	Sat Jan 28 05:47:11 2006 +0000
+++ b/src/video/wincommon/SDL_lowvideo.h	Sun Jan 29 06:11:38 2006 +0000
@@ -61,7 +61,7 @@
 #endif
 extern HINSTANCE SDL_Instance;
 extern HWND SDL_Window;
-extern const char *SDL_windowid;
+extern BOOL SDL_windowid;
 
 /* Variables and functions exported to other parts of the native video
    subsystem (SDL_sysevents.c)