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:
authorCampbell Barton <ideasman42@gmail.com>2014-11-14 15:43:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-14 15:43:22 +0300
commit08974c22e45720bfdc6bba18502175cd3100511f (patch)
tree627a994ab9888807d2cd6dd57921c451bc2d3dfd /intern/ghost/intern/GHOST_WindowX11.h
parent2c3a503731f4d9bbba5fdc0e79a7ae34bd18baf2 (diff)
Fix X11/GLX failing with multi-sample
Caused by D643, in fact we need to get the visualInfo before creating the window.
Diffstat (limited to 'intern/ghost/intern/GHOST_WindowX11.h')
-rw-r--r--intern/ghost/intern/GHOST_WindowX11.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/ghost/intern/GHOST_WindowX11.h b/intern/ghost/intern/GHOST_WindowX11.h
index 3255751be93..cd98b394a8d 100644
--- a/intern/ghost/intern/GHOST_WindowX11.h
+++ b/intern/ghost/intern/GHOST_WindowX11.h
@@ -319,6 +319,8 @@ private:
Window m_window;
Display *m_display;
+ XVisualInfo *m_visualInfo;
+
GHOST_TWindowState m_normal_state;
/** A pointer to the typed system class. */