From: Daniel Juyung Seo Date: Tue, 14 Jan 2014 14:29:15 +0000 (+0900) Subject: win: Added more description to elm_win_floating_mode_set() API. X-Git-Tag: v1.9.0-alpha1~218 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42fd8c57c8b4b86ad7944767a66d9f3434bb3dae;p=platform%2Fupstream%2Felementary.git win: Added more description to elm_win_floating_mode_set() API. --- 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()