elm_win: loop auto throttle - only do this once a window has been shown etc 79/75179/1 submit/tizen/20160617.035339
authorHosang Kim <hosang12.kim@samsung.com>
Fri, 17 Jun 2016 03:33:26 +0000 (12:33 +0900)
committerHosang Kim <hosang12.kim@samsung.com>
Fri, 17 Jun 2016 03:42:56 +0000 (12:42 +0900)
commit5802c3e80a9a3623a9ff2da3e47ddc625e480138
tree91c488bf55ca88c363141cd24a0784aa568843f2
parentcb52dc7e3baa62b304dcb15767867a97b6dde9e2
elm_win: loop auto throttle - only do this once a window has been shown etc

only start throttling ocne we have a window and it has rendered or
been focused or mouse has gone in - then we are surely really visible
and sane and only start throttling if no windows are visible then. if
auto throttle is on this can improve startup time by the trottle amount

By Carsten Haitzler.

Signed-off-by: Hosang Kim <hosang12.kim@samsung.com>
Change-Id: I206e6d7e7b3aa21e7dc8d4071b8a515c62fbfbeb
src/lib/elm_win.c