From 3bb77b799601b7b70b34088ac1ae96db8d5e3178 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 15 Feb 2017 13:58:48 +0000 Subject: [PATCH] Annotate new Epoxy symbols API added in 1.4 should be annotated as such. --- src/dispatch_egl.c | 2 ++ src/dispatch_glx.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/dispatch_egl.c b/src/dispatch_egl.c index a85a016..50e66dd 100644 --- a/src/dispatch_egl.c +++ b/src/dispatch_egl.c @@ -97,6 +97,8 @@ epoxy_has_egl_extension(EGLDisplay dpy, const char *ext) * @brief Checks whether EGL is available. * * @return `true` if EGL is available + * + * @newin{1,4} */ bool epoxy_has_egl(void) diff --git a/src/dispatch_glx.c b/src/dispatch_glx.c index c2b632c..b5ad42e 100644 --- a/src/dispatch_glx.c +++ b/src/dispatch_glx.c @@ -149,6 +149,8 @@ epoxy_has_glx_extension(Display *dpy, int screen, const char *ext) * @param dpy The X11 display * * @return `true` if GLX is available + * + * @newin{1,4} */ bool epoxy_has_glx(Display *dpy)