[PATCH weston] compositor: fix initializing idle timeout at startup
Egor Starkov
egor.starkov at ge.com
Fri Sep 18 04:14:15 PDT 2015
idle-time setting is currently read and set after weston_compositor_create
is called. This causes an issue that screen never goes dark after weston started
until first input event. Change is fixing that by reading idle-time setting
before timer initialization.
Egor Starkov (1):
compositor: fix initializing idle timeout at startup
src/compositor.c | 3 ++-
src/compositor.h | 2 +-
src/main.c | 13 ++++++-------
3 files changed, 9 insertions(+), 9 deletions(-)
--
1.8.3.1
More information about the wayland-devel
mailing list