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:
-rw-r--r--intern/ghost/GHOST_Types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/ghost/GHOST_Types.h b/intern/ghost/GHOST_Types.h
index 6dd92e5c2f9..eccbaadb71d 100644
--- a/intern/ghost/GHOST_Types.h
+++ b/intern/ghost/GHOST_Types.h
@@ -56,8 +56,8 @@ typedef struct {
} GHOST_GLSettings;
typedef enum {
- GHOST_glStereoVisual = 0,
- GHOST_glWarnSupport
+ GHOST_glStereoVisual = (1 << 0),
+ GHOST_glWarnSupport = (1 << 1)
} GHOST_GLFlags;