definition fixup

This commit is contained in:
Glenn Maynard
2002-12-30 04:04:18 +00:00
parent 77e647d7a0
commit ea407b7bcc
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -51,6 +51,7 @@ int RageDisplay::GetDPF() const { return g_iDPF; }
static int g_iFramesRenderedSinceLastCheck,
g_iVertsRenderedSinceLastCheck,
g_iDrawsSinceLastCheck;
PWSWAPINTERVALEXTPROC GLExt::wglSwapIntervalEXT;
void GetGLExtensions(set<string> &ext)
{
+1 -1
View File
@@ -45,7 +45,7 @@ struct oglspecs_t {
/* Extension functions we use. Put these in a namespace instead of in oglspecs_t,
* so they can be called like regular functions. */
namespace GLExt {
PWSWAPINTERVALEXTPROC wglSwapIntervalEXT;
extern PWSWAPINTERVALEXTPROC wglSwapIntervalEXT;
};
using namespace GLExt;