X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=freeglut-1.3%2Ffreeglut_internal.h;h=bb9308074a24d4469832560820a1a0697856405c;hb=0983e031026a0350741095e076c83c73e28a637f;hp=e60d783a8fefb53142e6cb21ec7ba952fc6b078d;hpb=583baa8756a71ed088b8e46c52a945218037314c;p=freeglut diff --git a/freeglut-1.3/freeglut_internal.h b/freeglut-1.3/freeglut_internal.h index e60d783..bb93080 100644 --- a/freeglut-1.3/freeglut_internal.h +++ b/freeglut-1.3/freeglut_internal.h @@ -291,7 +291,6 @@ struct tagSFG_Context Window Handle; /* The window's handle */ GLXContext Context; /* The OpenGL context */ XVisualInfo* VisualInfo; /* The window's visual information */ - int DoubleBuffered; /* Treat the window as double-buffered */ #elif TARGET_HOST_WIN32 HWND Handle; /* The window's handle */ @@ -299,6 +298,8 @@ struct tagSFG_Context HGLRC Context; /* The window's WGL context */ #endif + + int DoubleBuffered; /* Treat the window as double-buffered */ }; /*