diff options
author | Chris Michael <cp.michael@samsung.com> | 2013-09-04 09:21:59 +0100 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2013-09-04 09:21:59 +0100 |
commit | 5015a188c7f5df812c665668192545c4c888b46f (patch) | |
tree | 023823327c0bb8c2e3f5fb890a92a30309b6a3c4 | |
parent | 482fcafc2368d4d4aa1a3048561bfa95d4a5e531 (diff) | |
download | elementary-5015a188c7f5df812c665668192545c4c888b46f.tar.gz |
Update doxy for elm_win_window_id_get function wrt wayland engine
specifics.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r-- | src/lib/elm_win_legacy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/elm_win_legacy.h b/src/lib/elm_win_legacy.h index 5060c4bbc..7a0786af9 100644 --- a/src/lib/elm_win_legacy.h +++ b/src/lib/elm_win_legacy.h @@ -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 * |