Annotate new Epoxy symbols

API added in 1.4 should be annotated as such.
macos/v1.5.9
Emmanuele Bassi 8 years ago
parent c03982bce7
commit 3bb77b7996
  1. 2
      src/dispatch_egl.c
  2. 2
      src/dispatch_glx.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)

@ -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)

Loading…
Cancel
Save