From fa0bad0f482a350734c9f170afade892081b05c2 Mon Sep 17 00:00:00 2001 From: ikits Date: Thu, 19 Feb 2004 08:50:33 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@235 783a27ee-832a-0410-bc00-9f386506c6dd --- doc/README.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.html b/doc/README.html index e6fa039..79d4664 100644 --- a/doc/README.html +++ b/doc/README.html @@ -474,7 +474,7 @@ following:
  1. Compile and use GLEW with the GLEW_MX preprocessor token defined.
  2. Replace the global glewInit() call with glewContextInit(GLEWContext* ctx). Note, that ctx has to reside in global or thread-local memory.
  3. -
  4. Define the glewGetContext() macro or function that retrieves the GLEW context for the thread from which the OpenGL/WGL/GLX call is issued. This dispatch mechanism is primitive, but generic.
  5. +
  6. Define the glewGetContext() macro or function that retrieves the GLEW context for the thread from which the OpenGL/WGL/GLX call is issued. The dispatch mechanism is primitive, but generic.

Note that according to