Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Erwin <significant.bit@gmail.com>2017-04-22 07:58:42 +0300
committerMike Erwin <significant.bit@gmail.com>2017-04-22 07:58:42 +0300
commit9fe9cf826107ca5c2169e0f2b04defff81b455fa (patch)
tree1d097bf8b4467f9c3a9560e283ad348d59a08e14
parentef640ecf1004f7af9cfde09f5ce1cde2fb70747f (diff)
fix omission from previous commit
Missed one old call on Linux/X11. Follow-up to ef640ecf1004f7af9cfde09f5ce1cde2fb70747f
-rw-r--r--intern/ghost/intern/GHOST_ContextGLX.cpp2
1 files changed, 0 insertions, 2 deletions
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);