diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2017-02-03 16:19:30 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-02-03 16:19:30 +0000 |
commit | 075172f485fe7d4006f84237eef49a586b92c380 (patch) | |
tree | 3fb48ec59f3ac6defa285eabfd8872ed4ddbcc83 /include | |
parent | d94b9c28b53b1bf99f4a497486af681d8bc95d95 (diff) | |
download | libepoxy-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.h | 1 |
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 |