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:
authorAntony Riakiotakis <kalast@gmail.com>2015-11-22 22:53:57 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-11-22 22:53:57 +0300
commitdb1f0e36163037c94857626be8ca20dd9ae5b168 (patch)
tree4cea06b1da54a567746161265a3a2a32e12fa5e6 /intern/ghost/GHOST_Types.h
parentc402a379a23af71aa5c21566967b75ab5c869e01 (diff)
Error out on Windows if driver does not support OpenGL 2.1 with an error
messagebox.
Diffstat (limited to 'intern/ghost/GHOST_Types.h')
-rw-r--r--intern/ghost/GHOST_Types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/intern/ghost/GHOST_Types.h b/intern/ghost/GHOST_Types.h
index 7a73af3f249..29508a83733 100644
--- a/intern/ghost/GHOST_Types.h
+++ b/intern/ghost/GHOST_Types.h
@@ -57,8 +57,7 @@ typedef struct {
typedef enum {
GHOST_glStereoVisual = (1 << 0),
- GHOST_glWarnSupport = (1 << 1),
- GHOST_glDebugContext = (1 << 2),
+ GHOST_glDebugContext = (1 << 1)
} GHOST_GLFlags;