win: added more descriptions for elm_win_render.

This commit is contained in:
Daniel Juyung Seo 2014-08-31 23:00:51 +09:00
parent db5d15f0dd
commit 76d01cab8e
1 changed files with 3 additions and 3 deletions

View File

@ -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"
#include "elm_win.eo.legacy.h"