diff options
Diffstat (limited to 'src/cairo-gl-private.h')
-rw-r--r-- | src/cairo-gl-private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cairo-gl-private.h b/src/cairo-gl-private.h index 21aad24c..16353de0 100644 --- a/src/cairo-gl-private.h +++ b/src/cairo-gl-private.h @@ -170,6 +170,8 @@ struct _cairo_gl_surface { #endif GLuint msaa_depth_stencil; + cairo_bool_t stencil_and_msaa_caps_initialized; + cairo_bool_t supports_stencil; /* Stencil support for for non-texture surfaces. */ cairo_bool_t supports_msaa; cairo_bool_t msaa_active; /* Whether the multisampling framebuffer is active or not. */ |