changeset 5272 | 3c94c559f5c2 |
parent 5262 | b530ef003506 |
child 5297 | 1800dc39b74c |
5271:73f8030f0c72 | 5272:3c94c559f5c2 |
---|---|
111 |
111 |
112 SDL_VideoDevice *device; |
112 SDL_VideoDevice *device; |
113 |
113 |
114 void *driverdata; |
114 void *driverdata; |
115 }; |
115 }; |
116 |
|
117 /* Forward declaration */ |
|
118 struct SDL_SysWMinfo; |
|
116 |
119 |
117 /* Define the SDL video driver structure */ |
120 /* Define the SDL video driver structure */ |
118 #define _THIS SDL_VideoDevice *_this |
121 #define _THIS SDL_VideoDevice *_this |
119 |
122 |
120 struct SDL_VideoDevice |
123 struct SDL_VideoDevice |