mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
Eliminating problem of TKOpenGl compilation
This commit is contained in:
parent
4e1523ef0b
commit
458c2c5828
@ -130,7 +130,7 @@ OpenGl_Context::OpenGl_Context (const Handle(OpenGl_Caps)& theCaps)
|
||||
#if defined(HAVE_EGL)
|
||||
myDisplay = (Aspect_Display )EGL_NO_DISPLAY;
|
||||
myWindow = (Aspect_Drawable )EGL_NO_SURFACE;
|
||||
myGContext = (Aspect_RenderingContext )EGL_NO_CONTEXT);
|
||||
myGContext = (Aspect_RenderingContext )EGL_NO_CONTEXT;
|
||||
#elif defined(_WIN32)
|
||||
myWindow = NULL;
|
||||
myWindowDC = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user