We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df901fb + 8f202a6 commit cfe83cfCopy full SHA for cfe83cf
1 file changed
include/osgViewer/GraphicsWindow
@@ -284,7 +284,7 @@ struct GraphicsWindowFunctionProxy
284
static osgViewer::GraphicsWindowFunctionProxy graphicswindowproxy_##ext(graphicswindow_##ext);
285
286
#if defined(OSG_WINDOWING_SYSTEM_NONE)
287
- #define USE_GRAPHICS_WINDOW()
+ #define USE_GRAPHICSWINDOW()
288
#elif defined(_WIN32)
289
#define USE_GRAPHICSWINDOW() USE_GRAPICSWINDOW_IMPLEMENTATION(Win32)
290
#elif defined(__APPLE__)
0 commit comments