summaryrefslogtreecommitdiff
path: root/include/epoxy/glx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/epoxy/glx.h')
-rw-r--r--include/epoxy/glx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/epoxy/glx.h b/include/epoxy/glx.h
index c911b7c..a06b13d 100644
--- a/include/epoxy/glx.h
+++ b/include/epoxy/glx.h
@@ -50,6 +50,7 @@ EPOXY_BEGIN_DECLS
EPOXY_PUBLIC bool epoxy_has_glx_extension(Display *dpy, int screen, const char *extension);
EPOXY_PUBLIC int epoxy_glx_version(Display *dpy, int screen);
+EPOXY_PUBLIC bool epoxy_has_glx(Display *dpy);
EPOXY_END_DECLS