From cdc56cc8aeca9e9c2e0b9680455997432ed6ad56 Mon Sep 17 00:00:00 2001 From: kgv Date: Tue, 11 Sep 2012 09:51:12 +0400 Subject: [PATCH] 0023246: TKOpenGl viewer created without depth buffer on some X11 implementations Apply workaround on Mac OS platforms too to ensure GL context created with depth buffer. --- src/OpenGl/OpenGl_Window.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenGl/OpenGl_Window.cxx b/src/OpenGl/OpenGl_Window.cxx index 0f4be46287..ef1935d1ee 100644 --- a/src/OpenGl/OpenGl_Window.cxx +++ b/src/OpenGl/OpenGl_Window.cxx @@ -212,7 +212,7 @@ OpenGl_Window::OpenGl_Window (const Handle(OpenGl_Display)& theDisplay, } else { - #if defined(__linux) || defined(Linux) + #if defined(__linux) || defined(Linux) || defined(__APPLE__) if (aVis != NULL) { // check Visual for OpenGl context's parameters compability