aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2014-03-27 21:19:46 +0100
committerWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2014-03-27 21:19:46 +0100
commit47abffdbf565fabb56a735930886fe32e00cb779 (patch)
tree8360052c01509bb4cef3119c47ed812606a07900 /README.md
parentfeb2639e7af1a0ed8e905b91b2220e9716990220 (diff)
downloadwglarb-47abffdbf565fabb56a735930886fe32e00cb779.tar.gz
wglarb-47abffdbf565fabb56a735930886fe32e00cb779.tar.bz2
header file fixed
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a3f54fe..73bf274 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ an intermediary OpenGL context (and usually also intermediary window) to obtain
access to the extension functions.
wglarb hides the nasty details behind a initialization-less API. Just call
-`wglext_ChoosePixelFormatARB` and `wglext_CreateContextAttribsARB`. Initialization
+`wglarb_ChoosePixelFormatARB` and `wglarb_CreateContextAttribsARB`. Initialization
of the intermediary window and OpenGL context happen on demand as needed.
**Important Notice:**