From 42fd8c57c8b4b86ad7944767a66d9f3434bb3dae Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Tue, 14 Jan 2014 23:29:15 +0900 Subject: [PATCH] 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 993893833..eab92d01b 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() -- 2.34.1