diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2016-07-14 18:35:31 -0700 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2016-08-12 11:21:36 +0800 |
commit | a7f9e039f7aed5bc36cfaa50e7c29dd960e6001f (patch) | |
tree | b4897482aa5b4a458531f3cbaf2208dcfa9aeb90 /unstable/idle-inhibit/README | |
parent | cf82828d49c7c6c5ca76dd4b6b84e23c36f76856 (diff) |
Add screensaver idle inhibitor protocol
This interface allows disabling of screensaver/screenblanking on a
per-surface basis. As long as the surface remains visible and
non-occluded it blocks the screensaver, etc. from activating on the
output(s) that the surface is visible on.
To uninhibit, simply destroy the inhibitor object.
Signed-off-by: Bryce Harrington <bryce@bryceharrington.org>
Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
Reviewed-by: Jonas Ådahl <jadahl@gmail.com>
Diffstat (limited to 'unstable/idle-inhibit/README')
-rw-r--r-- | unstable/idle-inhibit/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unstable/idle-inhibit/README b/unstable/idle-inhibit/README new file mode 100644 index 0000000..396e871 --- /dev/null +++ b/unstable/idle-inhibit/README @@ -0,0 +1,4 @@ +Screensaver inhibition protocol + +Maintainers: +Bryce Harrington <bryce@osg.samsung.com> |