summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/epoxy/egl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/epoxy/egl.h b/include/epoxy/egl.h
index 2550acc..d5083da 100644
--- a/include/epoxy/egl.h
+++ b/include/epoxy/egl.h
@@ -47,6 +47,7 @@ EPOXY_BEGIN_DECLS
EPOXY_PUBLIC bool epoxy_has_egl_extension(EGLDisplay dpy, const char *extension);
EPOXY_PUBLIC int epoxy_egl_version(EGLDisplay dpy);
+EPOXY_PUBLIC bool epoxy_has_egl(void);
EPOXY_END_DECLS