stefan pushed a commit to branch master.

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

commit f4304615dfac6be5dd5b1b6e1c1b931803ac542f
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Tue Feb 14 21:16:00 2017 +0100

    ecore_x: add singce tags for ecore_x_stack_* functions added during 1.19 
cycle
---
 src/lib/ecore_x/Ecore_X.h       | 8 ++++----
 src/lib/ecore_x/Ecore_X_Atoms.h | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/lib/ecore_x/Ecore_X.h b/src/lib/ecore_x/Ecore_X.h
index 1d167c0..4d55563 100644
--- a/src/lib/ecore_x/Ecore_X.h
+++ b/src/lib/ecore_x/Ecore_X.h
@@ -2757,10 +2757,10 @@ EAPI Eina_Bool                             
ecore_x_window_keygrab_unset(Ecore_X_
 EAPI void                                  
ecore_x_e_keyrouter_set(Ecore_X_Window root, Eina_Bool on); /**< @since 1.15 */ 
//Key router set keyrouter flag using this
 EAPI Eina_Bool                             
ecore_x_e_keyrouter_get(Ecore_X_Window root); /**< @since 1.15 */ //Client 
check the existance of keyrouter using this
 
-EAPI void                                  
ecore_x_e_stack_type_set(Ecore_X_Window win, Ecore_X_Stack_Type stack_type);
-EAPI Ecore_X_Stack_Type                    
ecore_x_e_stack_type_get(Ecore_X_Window win);
-EAPI void                                  
ecore_x_e_stack_position_set(Ecore_X_Window win, Ecore_X_Stack_Position 
stack_position);
-EAPI Ecore_X_Stack_Position                
ecore_x_e_stack_position_get(Ecore_X_Window win);
+EAPI void                                  
ecore_x_e_stack_type_set(Ecore_X_Window win, Ecore_X_Stack_Type stack_type); 
/**< @since 1.19 */
+EAPI Ecore_X_Stack_Type                    
ecore_x_e_stack_type_get(Ecore_X_Window win); /**< @since 1.19 */
+EAPI void                                  
ecore_x_e_stack_position_set(Ecore_X_Window win, Ecore_X_Stack_Position 
stack_position); /**< @since 1.19 */
+EAPI Ecore_X_Stack_Position                
ecore_x_e_stack_position_get(Ecore_X_Window win); /**< @since 1.19 */
 
 #include <Ecore_X_Atoms.h>
 #include <Ecore_X_Cursor.h>
diff --git a/src/lib/ecore_x/Ecore_X_Atoms.h b/src/lib/ecore_x/Ecore_X_Atoms.h
index 8e91dd7..15c8037 100644
--- a/src/lib/ecore_x/Ecore_X_Atoms.h
+++ b/src/lib/ecore_x/Ecore_X_Atoms.h
@@ -312,8 +312,8 @@ EAPI extern Ecore_X_Atom 
ECORE_X_ATOM_E_ILLUME_SLIDING_WIN_STATE;
 EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_SLIDING_WIN_GEOMETRY;
 
 /* for window stacks */
-EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_STACK_TYPE;
-EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_STACK_POSITION;
+EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_STACK_TYPE; /**< @since 1.19 */
+EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_STACK_POSITION; /**< @since 1.19 */
 
 /* for SDB(Samsung Debug Bridge) */
 EAPI extern Ecore_X_Atom ECORE_X_ATOM_SDB_SERVER_CONNECT;

-- 


Reply via email to