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:
Diffstat (limited to 'intern/ghost/intern/GHOST_ContextGLX.h')
-rw-r--r--intern/ghost/intern/GHOST_ContextGLX.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/ghost/intern/GHOST_ContextGLX.h b/intern/ghost/intern/GHOST_ContextGLX.h
index ded1b293659..b4d6a841d72 100644
--- a/intern/ghost/intern/GHOST_ContextGLX.h
+++ b/intern/ghost/intern/GHOST_ContextGLX.h
@@ -116,6 +116,7 @@ public:
private:
void initContextGLXEW();
+ GHOST_TSuccess initContext();
Display *m_display;
GLXFBConfig m_fbconfig;
@@ -128,6 +129,7 @@ private:
const int m_contextResetNotificationStrategy;
GLXContext m_context;
+ bool m_init;
/** The first created OpenGL context (for sharing display lists) */
static GLXContext s_sharedContext;