comparison include/SDL_syswm.h @ 1956:ba0d62354872

Simplified driver window creation code. Implemented several Cocoa window functions
author Sam Lantinga <slouken@libsdl.org>
date Sat, 29 Jul 2006 21:51:00 +0000
parents c121d94672cb
children 99210400e8b9
comparison
equal deleted inserted replaced
1955:8c6106e45fc1 1956:ba0d62354872
146 /* The windows custom window manager information structure */ 146 /* The windows custom window manager information structure */
147 struct SDL_SysWMinfo 147 struct SDL_SysWMinfo
148 { 148 {
149 SDL_version version; 149 SDL_version version;
150 HWND window; /* The Win32 display window */ 150 HWND window; /* The Win32 display window */
151 HGLRC hglrc; /* The OpenGL context, if any */
152 }; 151 };
153 152
154 #elif defined(SDL_VIDEO_DRIVER_RISCOS) 153 #elif defined(SDL_VIDEO_DRIVER_RISCOS)
155 154
156 /* RISC OS custom event structure */ 155 /* RISC OS custom event structure */