fix type name

This commit is contained in:
Glenn Maynard
2004-05-24 19:32:12 +00:00
parent 7729bf48b7
commit 6e7189306a
+1 -1
View File
@@ -31,7 +31,7 @@ typedef bool (APIENTRY * PWSWAPINTERVALEXTPROC) (int interval);
/* Extension functions we use. Put these in a namespace instead of in oglspecs_t,
* so they can be called like regular functions. */
static struct GLExt_s
static struct GLExt_t
{
PWSWAPINTERVALEXTPROC wglSwapIntervalEXT;
PFNGLCOLORTABLEPROC glColorTableEXT;