diff 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
line wrap: on
line diff
--- a/include/SDL_syswm.h	Sat Jul 29 03:57:55 2006 +0000
+++ b/include/SDL_syswm.h	Sat Jul 29 21:51:00 2006 +0000
@@ -148,7 +148,6 @@
 {
     SDL_version version;
     HWND window;                /* The Win32 display window */
-    HGLRC hglrc;                /* The OpenGL context, if any */
 };
 
 #elif defined(SDL_VIDEO_DRIVER_RISCOS)