Update doxy for elm_win_window_id_get function wrt wayland engine
authorChris Michael <cp.michael@samsung.com>
Wed, 4 Sep 2013 08:21:59 +0000 (09:21 +0100)
committerChris Michael <cp.michael@samsung.com>
Wed, 4 Sep 2013 08:21:59 +0000 (09:21 +0100)
specifics.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/elm_win_legacy.h

index 5060c4b..7a0786a 100644 (file)
@@ -1299,6 +1299,8 @@ EAPI Eina_Bool             elm_win_floating_mode_get(const Evas_Object *obj);
 /**
  * Get the Ecore_Window of an Evas_Object
  * 
+ * When Elementary is using a Wayland engine, this function will return the surface id of the elm window's surface.
+ * 
  * @param obj The window object
  * @return The Ecore_Window of an Evas_Object
  *