commit | 57edf7f49ec9349f65b0e8cc330f9e6aa94f8a38 | [log] [tgz] |
---|---|---|
author | Philipp Brüschweiler <blei42@gmail.com> | Fri Mar 29 13:01:56 2013 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Mar 29 14:05:27 2013 -0400 |
tree | 17d686ad63fc624dc092b1baf4fe8d400ece5b75 | |
parent | cee79e91f3efaecc8fb1982dfd70c9aa6dcf4a24 [diff] |
compositor: add WESTON_COMPOSITOR_OFFSCREEN state This state is used when the user switches the vt. It turns of rendering and frame events, but doesn't set the DPMS state to off. As a part of this change, also turn off the idle timer when entering the SLEEPING or OFFSCREEN states, which fixes https://bugs.freedesktop.org/show_bug.cgi?id=61910 (rpi backend untested).