comparison src/video/SDL_sysvideo.h @ 2540:56cf872c723a gsoc2008_force_feedback

Synced with trunk.
author Edgar Simo <bobbens@gmail.com>
date Sun, 20 Jul 2008 21:34:04 +0000
parents d87417504c75
children 204be4fc2726
comparison
equal deleted inserted replaced
2539:b4c41a7eea04 2540:56cf872c723a
125 int w, h; 125 int w, h;
126 Uint32 flags; 126 Uint32 flags;
127 127
128 int display; 128 int display;
129 SDL_Renderer *renderer; 129 SDL_Renderer *renderer;
130 SDL_GLContext context;
131 130
132 void *userdata; 131 void *userdata;
133 void *driverdata; 132 void *driverdata;
134 }; 133 };
135 #define FULLSCREEN_VISIBLE(W) \ 134 #define FULLSCREEN_VISIBLE(W) \