Mercurial > sdl-ios-xcode
comparison src/video/wincommon/SDL_wingl.c @ 677:92a933bf2f0f
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 09 Aug 2003 18:27:27 +0000 |
parents | 338a62f9a528 |
children | ed57c876700d |
comparison
equal
deleted
inserted
replaced
676:8b58eeef4576 | 677:92a933bf2f0f |
---|---|
77 status = -1; | 77 status = -1; |
78 } | 78 } |
79 return(status); | 79 return(status); |
80 } | 80 } |
81 | 81 |
82 static int Init_WGL_ARB_extensions(_THIS) | 82 static void Init_WGL_ARB_extensions(_THIS) |
83 { | 83 { |
84 HWND hwnd; | 84 HWND hwnd; |
85 HDC hdc; | 85 HDC hdc; |
86 HGLRC hglrc; | 86 HGLRC hglrc; |
87 int pformat; | 87 int pformat; |