devilhorns pushed a commit to branch master.

commit a814e0d013a71c2d6a3d2d04e88963636a6f7577
Author: Chris Michael <[email protected]>
Date:   Wed Sep 4 08:21:09 2013 +0100

    Add EO define for elm_obj_win_window_id_get
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/lib/elm_win_eo.h | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/src/lib/elm_win_eo.h b/src/lib/elm_win_eo.h
index ba80528..21e9430 100644
--- a/src/lib/elm_win_eo.h
+++ b/src/lib/elm_win_eo.h
@@ -104,6 +104,7 @@ enum
      ELM_OBJ_WIN_SUB_ID_SOCKET_LISTEN,
      ELM_OBJ_WIN_SUB_ID_XWINDOW_GET,
      ELM_OBJ_WIN_SUB_ID_WL_WINDOW_GET,
+     ELM_OBJ_WIN_SUB_ID_WINDOW_ID_GET,
      ELM_OBJ_WIN_SUB_ID_LAST
   };
 
@@ -1243,6 +1244,18 @@ enum
 #define elm_obj_win_wl_window_get(ret) 
ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_WL_WINDOW_GET), EO_TYPECHECK(Ecore_Wl_Window 
**, ret)
 
 /**
+ * @def elm_obj_win_window_id_get
+ * @since 1.8
+ *
+ * Get the Ecore_Window of an Evas_Object
+ *
+ * @param[out] ret
+ *
+ * @see elm_win_window_id_get
+ */
+#define elm_obj_win_window_id_get(ret) 
ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_WINDOW_ID_GET), EO_TYPECHECK(Ecore_Window *, 
ret)
+
+/**
  * @}
  */
 

-- 

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk

Reply via email to