aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/cairo_gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/cairo_gl.h')
-rw-r--r--pugl/cairo_gl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pugl/cairo_gl.h b/pugl/cairo_gl.h
index 7024ae6..467a435 100644
--- a/pugl/cairo_gl.h
+++ b/pugl/cairo_gl.h
@@ -55,6 +55,9 @@ pugl_cairo_gl_free(PuglCairoGL* ctx)
static void
pugl_cairo_gl_configure(PuglCairoGL* ctx, int width, int height)
{
+ (void)ctx;
+ (void)width;
+ (void)height;
glDisable(GL_DEPTH_TEST);
glEnable(GL_TEXTURE_RECTANGLE_ARB);