diff src/video/win32/SDL_win32window.h @ 1913:83420da906a5

Implemented Windows OpenGL support Fixed slowdown enumerating display modes, which was hosing OpenGL as well... Removed SDL_ from the render driver prefixes
author Sam Lantinga <slouken@libsdl.org>
date Mon, 17 Jul 2006 06:47:33 +0000
parents c121d94672cb
children 7ee5297340f7
line wrap: on
line diff
--- a/src/video/win32/SDL_win32window.h	Sun Jul 16 09:34:01 2006 +0000
+++ b/src/video/win32/SDL_win32window.h	Mon Jul 17 06:47:33 2006 +0000
@@ -31,6 +31,7 @@
 {
     SDL_WindowID windowID;
     HWND hwnd;
+    HDC hdc;
     WNDPROC wndproc;
     BOOL created;
     int mouse_pressed;