comparison src/video/wincommon/SDL_wingl_c.h @ 1315:e94b0d7c33bc

Merged useful fixes from 1.3 branch
author Sam Lantinga <slouken@libsdl.org>
date Wed, 01 Feb 2006 08:17:54 +0000
parents c9b51268668f
children 19418e4422cb
comparison
equal deleted inserted replaced
1314:2b3ebc327017 1315:e94b0d7c33bc
31 #ifdef HAVE_OPENGL 31 #ifdef HAVE_OPENGL
32 PIXELFORMATDESCRIPTOR GL_pfd; 32 PIXELFORMATDESCRIPTOR GL_pfd;
33 HDC GL_hdc; 33 HDC GL_hdc;
34 HGLRC GL_hrc; 34 HGLRC GL_hrc;
35 int pixel_format; 35 int pixel_format;
36 int wgl_arb_pixel_format; 36 int WGL_ARB_pixel_format;
37 37
38 void * (WINAPI *wglGetProcAddress)(const char *proc); 38 void * (WINAPI *wglGetProcAddress)(const char *proc);
39 39
40 HGLRC (WINAPI *wglCreateContext)(HDC hdc); 40 HGLRC (WINAPI *wglCreateContext)(HDC hdc);
41 41