Mercurial > sdl-ios-xcode
comparison src/video/SDL_sysvideo.h @ 3759:064c178558b7 gsoc2008_manymouse
sync with trunk
author | Szymon Wilczek <kazeuser@gmail.com> |
---|---|
date | Fri, 06 Jun 2008 14:50:56 +0000 |
parents | d87417504c75 |
children | 204be4fc2726 |
comparison
equal
deleted
inserted
replaced
3758:5f3ea4cd5adb | 3759:064c178558b7 |
---|---|
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) \ |