aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2014-03-27 21:18:57 +0100
committerWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2014-03-27 21:18:57 +0100
commitfeb2639e7af1a0ed8e905b91b2220e9716990220 (patch)
tree5edcd81cba823260fc91fe94971e354ad9768ba7
parent417c51d2a4837b3ed98f7c050ed5ae49866269e3 (diff)
downloadwglarb-feb2639e7af1a0ed8e905b91b2220e9716990220.tar.gz
wglarb-feb2639e7af1a0ed8e905b91b2220e9716990220.tar.bz2
header file fixed
-rw-r--r--wglarb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wglarb.h b/wglarb.h
index 6bd070e..10ba8fe 100644
--- a/wglarb.h
+++ b/wglarb.h
@@ -26,12 +26,12 @@ THE SOFTWARE.
#include <windows.h>
-HGLRC WINAPI wglext_CreateContextAttribsARB(
+HGLRC WINAPI wglarb_CreateContextAttribsARB(
HDC hDC,
HGLRC hShareContext,
const int *attribList);
-BOOL WINAPI wglext_ChoosePixelFormatARB(
+BOOL WINAPI wglarb_ChoosePixelFormatARB(
HDC hdc,
const int *piAttribIList,
const FLOAT *pfAttribFList,