diff src/video/SDL_sysvideo.h @ 4851:5624fb0190b5

Changed flags and positioning (for the fake-hiding) as Andreas recommended.
author Eli Gottlieb <eligottlieb@gmail.com>
date Sun, 15 Aug 2010 18:52:57 -0400
parents 0b918c186938
children 7b1d35d98294
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h	Sat Aug 14 20:29:51 2010 -0400
+++ b/src/video/SDL_sysvideo.h	Sun Aug 15 18:52:57 2010 -0400
@@ -141,8 +141,8 @@
     /* The window associated with the shaper */
     SDL_Window *window;
     
-    /* The user's specified SDL_WINDOW_SHOWN flag, for use once the user gives the window a shape. */
-    Uint32 usershownflag;
+    /* The user's specified coordinates for the window, for once we give it a shape. */
+    Uint32 userx,usery;
     
     /* The parameters for shape calculation. */
     SDL_WindowShapeMode mode;