summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-02-03 16:19:30 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2017-02-03 16:19:30 +0000
commit075172f485fe7d4006f84237eef49a586b92c380 (patch)
tree3fb48ec59f3ac6defa285eabfd8872ed4ddbcc83 /include
parentd94b9c28b53b1bf99f4a497486af681d8bc95d95 (diff)
downloadlibepoxy-075172f485fe7d4006f84237eef49a586b92c380.tar.gz
Add epoxy_has_egl()
Similar to `epoxy_has_glx()`, but for the EGL windowing system API.
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