1
0
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:
bugmaster 2015-03-05 17:11:08 +03:00
parent 4e1523ef0b
commit 458c2c5828

View File

@ -130,7 +130,7 @@ OpenGl_Context::OpenGl_Context (const Handle(OpenGl_Caps)& theCaps)
#if defined(HAVE_EGL) #if defined(HAVE_EGL)
myDisplay = (Aspect_Display )EGL_NO_DISPLAY; myDisplay = (Aspect_Display )EGL_NO_DISPLAY;
myWindow = (Aspect_Drawable )EGL_NO_SURFACE; myWindow = (Aspect_Drawable )EGL_NO_SURFACE;
myGContext = (Aspect_RenderingContext )EGL_NO_CONTEXT); myGContext = (Aspect_RenderingContext )EGL_NO_CONTEXT;
#elif defined(_WIN32) #elif defined(_WIN32)
myWindow = NULL; myWindow = NULL;
myWindowDC = NULL; myWindowDC = NULL;