diff options
Diffstat (limited to 'cogl/cogl-glx-display-private.h')
-rw-r--r-- | cogl/cogl-glx-display-private.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cogl/cogl-glx-display-private.h b/cogl/cogl-glx-display-private.h index 1ac8586c..bdb3b1a5 100644 --- a/cogl/cogl-glx-display-private.h +++ b/cogl/cogl-glx-display-private.h @@ -39,10 +39,11 @@ typedef struct _CoglGLXCachedConfig int depth; CoglBool found; GLXFBConfig fb_config; + CoglBool stereo; CoglBool can_mipmap; } CoglGLXCachedConfig; -#define COGL_GLX_N_CACHED_CONFIGS 3 +#define COGL_GLX_N_CACHED_CONFIGS 6 typedef struct _CoglGLXDisplay { |