comparison 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
comparison
equal deleted inserted replaced
4850:14870d46ee2d 4851:5624fb0190b5
139 struct SDL_WindowShaper 139 struct SDL_WindowShaper
140 { 140 {
141 /* The window associated with the shaper */ 141 /* The window associated with the shaper */
142 SDL_Window *window; 142 SDL_Window *window;
143 143
144 /* The user's specified SDL_WINDOW_SHOWN flag, for use once the user gives the window a shape. */ 144 /* The user's specified coordinates for the window, for once we give it a shape. */
145 Uint32 usershownflag; 145 Uint32 userx,usery;
146 146
147 /* The parameters for shape calculation. */ 147 /* The parameters for shape calculation. */
148 SDL_WindowShapeMode mode; 148 SDL_WindowShapeMode mode;
149 149
150 /* Has this window been assigned a shape? */ 150 /* Has this window been assigned a shape? */