diff src/video/wincommon/SDL_lowvideo.h @ 833:31fa08b36380

Added support for SDL_VIDEO_WINDOW_POS and SDL_VIDEO_CENTERED on Windows
author Sam Lantinga <slouken@libsdl.org>
date Mon, 16 Feb 2004 21:09:24 +0000
parents b8d311d90021
children 86d0d01290ea
line wrap: on
line diff
--- a/src/video/wincommon/SDL_lowvideo.h	Mon Feb 16 21:06:10 2004 +0000
+++ b/src/video/wincommon/SDL_lowvideo.h	Mon Feb 16 21:09:24 2004 +0000
@@ -83,6 +83,10 @@
 /* The bounds of the window in screen coordinates */
 extern RECT SDL_bounds;
 
+/* The position of the window in windowed mode */
+extern int SDL_windowX;
+extern int SDL_windowY;
+
 /* Flag -- SDL is performing a resize, rather than the user */
 extern int SDL_resizing;