]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
wglGetExtensionsString is properly detected now (was checking for an extension string...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 23 Sep 2002 05:59:01 +0000 (05:59 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 23 Sep 2002 05:59:01 +0000 (05:59 +0000)
commit3274bea4299473a984fded5a7d385be17458ec70
tree53ddd7c7d714356ada055f360752a0fe39c11d59
parentd24632efa31e94894183a591ff821c75a02dc7b7
wglGetExtensionsString is properly detected now (was checking for an extension string, but none is present outside the wgl extensions list, which is a chicken and egg problem, now just checks if the function exists, like the spec says to do)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2423 d7cf8633-e32d-0410-b094-e92efae38249
vid_wgl.c