summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2013-12-04 19:07:36 -0800
committerEric Anholt <eric@anholt.net>2013-12-04 19:22:13 -0800
commitde70a2a0abfade6fa3fb4876f4c90e3715e9b70f (patch)
treeb6803aed6c8327485930dcee7b0228101adf1483 /include
parent7603c144db3a5f880f6ce56ccf9eca6c27dc4d70 (diff)
downloadlibepoxy-de70a2a0abfade6fa3fb4876f4c90e3715e9b70f.tar.gz
Fix a similar bug to HEAD~2, this time in epoxy_has_glx_extension().
Diffstat (limited to 'include')
-rw-r--r--include/epoxy/glx_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/epoxy/glx_common.h b/include/epoxy/glx_common.h
index c23ec72..4ad08c7 100644
--- a/include/epoxy/glx_common.h
+++ b/include/epoxy/glx_common.h
@@ -34,7 +34,7 @@
#include <X11/Xlib.h>
#include <X11/Xutil.h>
-bool epoxy_has_glx_extension(const char *extension);
+bool epoxy_has_glx_extension(Display *dpy, int screen, const char *extension);
int epoxy_glx_version(Display *dpy, int screen);
#endif /* EPOXY_GLX_COMMON_H */