Win32: fix build with -DOPENGL=1.
parent
6352405206
commit
9ac55f392a
|
@ -1369,7 +1369,9 @@ public:
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#if HAVE_OPENGL == 3
|
||||||
EGLDisplay WindowImplWin32::eglDisplay = EGL_NO_DISPLAY;
|
EGLDisplay WindowImplWin32::eglDisplay = EGL_NO_DISPLAY;
|
||||||
|
#endif
|
||||||
|
|
||||||
WindowRef CreateWindow(Window::Kind kind, WindowRef parentWindow) {
|
WindowRef CreateWindow(Window::Kind kind, WindowRef parentWindow) {
|
||||||
return std::make_shared<WindowImplWin32>(kind,
|
return std::make_shared<WindowImplWin32>(kind,
|
||||||
|
|
Loading…
Reference in New Issue