commit | 87d3b61355cf742f8ac1270c3f4e38ded9501de7 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Sun Jan 19 21:48:10 2014 -0800 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Sun Jan 19 21:48:10 2014 -0800 |
tree | 9ebdc7b7d6f9dfb4001102014e1e9d7017a0d7c9 | |
parent | 8fe412d35b7926906904840744a9c8d8b274c57f [diff] |
shell: Don't start a fade animation if we don't have an output When the last window of the X11 compositor is closed during a fade or while locked, we'll try to start a fade back to the lock screen. However, if we closed the last window, there are no outputs left and the animation will try to run with surface->output == NULL. https://bugs.freedesktop.org/show_bug.cgi?id=73665