seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=fbb791515f0b64b49ef2b3af600ada9d5c9927e8
commit fbb791515f0b64b49ef2b3af600ada9d5c9927e8 Author: Daniel Juyung Seo <[email protected]> Date: Sun Aug 31 23:00:51 2014 +0900 win: added more descriptions for elm_win_render. --- src/lib/elm_win_legacy.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/elm_win_legacy.h b/src/lib/elm_win_legacy.h index 602dd26..2788037 100644 --- a/src/lib/elm_win_legacy.h +++ b/src/lib/elm_win_legacy.h @@ -128,8 +128,8 @@ EAPI int elm_win_norender_get(Evas_Object *obj); * You should NEVER call this unless you really know what you are doing and * why. Never call this unless you are asking for performance degredation * and possibly weird behavior. Windows get automatically rendered when the - * application goes idle so there is never a need to call this UNLESS you - * have enabled "norender" mode. + * application goes into the idle enter state so there is never a need to call + * this UNLESS you have enabled "norender" mode. * * @see elm_win_norender_push() * @see elm_win_norender_pop() @@ -180,4 +180,4 @@ EAPI void elm_win_wm_rotation_preferred_rotation_set(const Evas */ EAPI Ecore_Window elm_win_window_id_get(const Evas_Object *obj); -#include "elm_win.eo.legacy.h" \ No newline at end of file +#include "elm_win.eo.legacy.h" --
