stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a67feee6eccd343094f135d1427eadbbe0d8de38
commit a67feee6eccd343094f135d1427eadbbe0d8de38 Author: Stefan Schmidt <[email protected]> Date: Fri Oct 24 14:29:35 2014 +0200 ecore_evas: Add since tag to new ecore_evas_gl_drm_new() function --- src/lib/ecore_evas/Ecore_Evas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h index 4c97211..82186e3 100644 --- a/src/lib/ecore_evas/Ecore_Evas.h +++ b/src/lib/ecore_evas/Ecore_Evas.h @@ -1192,7 +1192,7 @@ EAPI void ecore_evas_wayland_type_set(Ecore_Evas *ee, int type); EAPI Ecore_Wl_Window *ecore_evas_wayland_window_get(const Ecore_Evas *ee); EAPI Ecore_Evas *ecore_evas_drm_new(const char *device, unsigned int parent, int x, int y, int w, int h); -EAPI Ecore_Evas *ecore_evas_gl_drm_new(const char *device, unsigned int parent, int x, int y, int w, int h); +EAPI Ecore_Evas *ecore_evas_gl_drm_new(const char *device, unsigned int parent, int x, int y, int w, int h); /** @since 1.12 */ /** * @brief Create a new @c Ecore_Evas canvas bound to the Evas --
