Commit: 9fe9cf826107ca5c2169e0f2b04defff81b455fa
Author: Mike Erwin
Date:   Sat Apr 22 00:58:42 2017 -0400
Branches: blender2.8
https://developer.blender.org/rB9fe9cf826107ca5c2169e0f2b04defff81b455fa

fix omission from previous commit

Missed one old call on Linux/X11.
Follow-up to ef640ecf1004f7af9cfde09f5ce1cde2fb70747f

===================================================================

M       intern/ghost/intern/GHOST_ContextGLX.cpp

===================================================================

diff --git a/intern/ghost/intern/GHOST_ContextGLX.cpp 
b/intern/ghost/intern/GHOST_ContextGLX.cpp
index a89b23fe486..0a9dc900aed 100644
--- a/intern/ghost/intern/GHOST_ContextGLX.cpp
+++ b/intern/ghost/intern/GHOST_ContextGLX.cpp
@@ -84,8 +84,6 @@ GHOST_ContextGLX::GHOST_ContextGLX(
 GHOST_ContextGLX::~GHOST_ContextGLX()
 {
        if (m_display != NULL) {
-               activateGLXEW();
-
                if (m_context != None) {
                        if (m_window != 0 && m_context == 
::glXGetCurrentContext())
                                ::glXMakeCurrent(m_display, None, NULL);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to