weston/src
Pekka Paalanen c0444e3ad6 compositor: force fade-in on start
Weston initialises to faded-out state, which means all outputs are just
black, even if they render fine.

Previously the fade-in was triggered probably by some random input
event, since Weston was not guaranteed to wake up. Especially with the
drm backend, and the usual problem of not having permissions to input
devices, Weston would not fade in at all and appear broken.

Force Weston to fade in right after initialisation. This show that at
least rendering works, if it does not respond to any input.

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
2012-01-05 16:49:54 +02:00
..
.gitignore Rename wayland-compositor to weston 2012-01-03 11:04:04 -05:00
compositor-drm.c Rename wayland-compositor to weston 2012-01-03 11:04:04 -05:00
compositor-openwfd.c Fix a few missing wlsc->weston renames 2012-01-03 11:40:25 -05:00
compositor-wayland.c Rename wayland-compositor to weston 2012-01-03 11:04:04 -05:00
compositor-x11.c compositor-x11: Just a few more weston renames 2012-01-03 23:24:14 -05:00
compositor.c compositor: force fade-in on start 2012-01-05 16:49:54 +02:00
compositor.h data-device: Use a listener list to decouple the x11 selection bridge 2012-01-03 23:01:47 -05:00
data-device.c data-device: Use a listener list to decouple the x11 selection bridge 2012-01-03 23:01:47 -05:00
evdev.c Rename wayland-compositor to weston 2012-01-03 11:04:04 -05:00
evdev.h Rename wayland-compositor to weston 2012-01-03 11:04:04 -05:00
hash.c Rename wayland-compositor to weston 2012-01-03 11:04:04 -05:00
hash.h Rename wayland-compositor to weston 2012-01-03 11:04:04 -05:00
image-loader.c Fix a few missing wlsc->weston renames 2012-01-03 11:40:25 -05:00
Makefile.am Fix distcheck 2012-01-03 11:04:09 -05:00
screenshooter.c Merge remote-tracking branch 'pq/compositor-dtors-v1' 2012-01-03 11:36:37 -05:00
shell.c shell: free memory on move/resize error paths 2012-01-05 09:10:49 +02:00
switcher.c Rename wayland-compositor to weston 2012-01-03 11:04:04 -05:00
tablet-shell.c More weston rename fixes 2012-01-03 14:35:49 -05:00
tty.c Rename wayland-compositor to weston 2012-01-03 11:04:04 -05:00
util.c Merge remote-tracking branch 'pq/compositor-dtors-v1' 2012-01-03 11:36:37 -05:00
xserver-launcher.c x11: Dont claim the X11 selection when we set the proxy Wayland selection 2012-01-03 23:01:47 -05:00