summaryrefslogtreecommitdiff
path: root/include/epoxy
diff options
context:
space:
mode:
Diffstat (limited to 'include/epoxy')
-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 */