seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=42fd8c57c8b4b86ad7944767a66d9f3434bb3dae

commit 42fd8c57c8b4b86ad7944767a66d9f3434bb3dae
Author: Daniel Juyung Seo <seojuyu...@gmail.com>
Date:   Tue Jan 14 23:29:15 2014 +0900

    win: Added more description to elm_win_floating_mode_set() API.
---
 src/lib/elm_win_legacy.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/lib/elm_win_legacy.h b/src/lib/elm_win_legacy.h
index 9938938..eab92d0 100644
--- a/src/lib/elm_win_legacy.h
+++ b/src/lib/elm_win_legacy.h
@@ -1280,7 +1280,9 @@ EAPI Ecore_Wl_Window *elm_win_wl_window_get(const 
Evas_Object *obj);
  *
  * The floating mode can be used on mobile environment. For example, if the
  * video-player window sets the floating mode, then e (enlightenment window
- * manager) changes its geometry and handles it like a popup.
+ * manager) changes its geometry and handles it like a popup. This is similar 
to
+ * a multi window concept in a mobile phone. The way of handling floating mode
+ * window is decided by enlightenment window manager.
  *
  * @ingroup Win
  * @see elm_win_floating_mode_get()

-- 


Reply via email to