stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=3f0e3d180438a42442b2b23d36b796e57d6edab8

commit 3f0e3d180438a42442b2b23d36b796e57d6edab8
Author: Stefan Schmidt <[email protected]>
Date:   Fri Oct 24 14:28:02 2014 +0200

    ecore-wayland: Add since tag to new ecore_wl_window_xdg_surface_get() 
function
---
 src/lib/ecore_wayland/Ecore_Wayland.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_wayland/Ecore_Wayland.h 
b/src/lib/ecore_wayland/Ecore_Wayland.h
index 790ce0c..78308b9 100644
--- a/src/lib/ecore_wayland/Ecore_Wayland.h
+++ b/src/lib/ecore_wayland/Ecore_Wayland.h
@@ -567,7 +567,7 @@ EAPI void ecore_wl_window_update_size(Ecore_Wl_Window *win, 
int w, int h);
 EAPI void ecore_wl_window_update_location(Ecore_Wl_Window *win, int x, int y);
 EAPI struct wl_surface *ecore_wl_window_surface_get(Ecore_Wl_Window *win);
 EAPI struct wl_shell_surface 
*ecore_wl_window_shell_surface_get(Ecore_Wl_Window *win);
-EAPI struct xdg_surface *ecore_wl_window_xdg_surface_get(Ecore_Wl_Window *win);
+EAPI struct xdg_surface *ecore_wl_window_xdg_surface_get(Ecore_Wl_Window 
*win); /** @since 1.12 */
 EAPI Ecore_Wl_Window *ecore_wl_window_find(unsigned int id);
 EAPI void ecore_wl_window_type_set(Ecore_Wl_Window *win, Ecore_Wl_Window_Type 
type);
 EAPI void ecore_wl_window_pointer_set(Ecore_Wl_Window *win, struct wl_surface 
*surface, int hot_x, int hot_y);

-- 


Reply via email to