comparison 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
comparison
equal deleted inserted replaced
832:f003714db2f4 833:31fa08b36380
81 extern HCURSOR SDL_hcursor; 81 extern HCURSOR SDL_hcursor;
82 82
83 /* The bounds of the window in screen coordinates */ 83 /* The bounds of the window in screen coordinates */
84 extern RECT SDL_bounds; 84 extern RECT SDL_bounds;
85 85
86 /* The position of the window in windowed mode */
87 extern int SDL_windowX;
88 extern int SDL_windowY;
89
86 /* Flag -- SDL is performing a resize, rather than the user */ 90 /* Flag -- SDL is performing a resize, rather than the user */
87 extern int SDL_resizing; 91 extern int SDL_resizing;
88 92
89 /* Flag -- the mouse is in relative motion mode */ 93 /* Flag -- the mouse is in relative motion mode */
90 extern int mouse_relative; 94 extern int mouse_relative;