Re: [PATCH wayland-protocols v4] Add screensaver idle inhibitor protocol

2016-08-12 Thread Bryce Harrington
On Fri, Aug 12, 2016 at 04:40:15PM +0800, Jonas Ådahl wrote: > As one probably already noticed, this was pushed earlier and was > included in wayland-protocols 1.6. > > > Jonas Thanks again Jonas. Bryce > On Thu, Jul 14, 2016 at 06:35:31PM -0700, Bryce Harrington wrote: > > This interface allo

Re: [PATCH wayland-protocols v4] Add screensaver idle inhibitor protocol

2016-08-12 Thread Jonas Ådahl
As one probably already noticed, this was pushed earlier and was included in wayland-protocols 1.6. Jonas On Thu, Jul 14, 2016 at 06:35:31PM -0700, Bryce Harrington wrote: > This interface allows disabling of screensaver/screenblanking on a > per-surface basis. As long as the surface remains vi

Re: [PATCH wayland-protocols v4] Add screensaver idle inhibitor protocol

2016-08-11 Thread Jonas Ådahl
On Thu, Jul 14, 2016 at 06:35:31PM -0700, Bryce Harrington wrote: > 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

Re: [PATCH wayland-protocols v4] Add screensaver idle inhibitor protocol

2016-08-11 Thread Yong Bakos
On Jul 14, 2016, at 6:35 PM, Bryce Harrington wrote: > > 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 visibl

[PATCH wayland-protocols v4] Add screensaver idle inhibitor protocol

2016-07-14 Thread Bryce Harrington
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