summaryrefslogtreecommitdiff
path: root/test/glx_common.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2014-01-31 15:19:09 -0800
committerEric Anholt <eric@anholt.net>2014-01-31 15:52:28 -0800
commit36847f88a7790d3bb917a82494e04fff708b39dd (patch)
treed08c95515e231023d02c10ab499fe81e24ae113c /test/glx_common.h
parent7c660c5c7ae94043a2c4b9d260ccc9367992989e (diff)
downloadlibepoxy-36847f88a7790d3bb917a82494e04fff708b39dd.tar.gz
Fix compiler warnings in the tests.
I didn't have CWARNFLAGS in the Makefile.am, so lots of things that would generate warnings had crept in.
Diffstat (limited to 'test/glx_common.h')
-rw-r--r--test/glx_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/glx_common.h b/test/glx_common.h
index 3a2e41d..8b6c263 100644
--- a/test/glx_common.h
+++ b/test/glx_common.h
@@ -26,7 +26,7 @@
Display *
get_display_or_skip(void);
-GLXContext
+void
make_glx_context_current_or_skip(Display *dpy);
GLXFBConfig