Re: [PATCH weston v2 03/10] compositor: Track surface activity

2016-04-07 Thread Bryce Harrington
On Mon, Mar 28, 2016 at 06:17:43PM -0700, Bryce Harrington wrote: > On Mon, Mar 28, 2016 at 10:25:24AM +0300, Giulio Camuffo wrote: > > 2016-03-24 20:27 GMT+02:00 Bryce Harrington : > > > Surfaces flagged as 'active' are considered of primary urgency to the > > > user. It might be the surface with

Re: [PATCH weston v2 03/10] compositor: Track surface activity

2016-03-28 Thread Bryce Harrington
On Mon, Mar 28, 2016 at 10:25:24AM +0300, Giulio Camuffo wrote: > 2016-03-24 20:27 GMT+02:00 Bryce Harrington : > > Surfaces flagged as 'active' are considered of primary urgency to the > > user. It might be the surface with the keyboard focus or displaying > > something important; the exact speci

Re: [PATCH weston v2 03/10] compositor: Track surface activity

2016-03-28 Thread Giulio Camuffo
2016-03-24 20:27 GMT+02:00 Bryce Harrington : > Surfaces flagged as 'active' are considered of primary urgency to the > user. It might be the surface with the keyboard focus or displaying > something important; the exact specification of what 'active' means is > left as shell-specific. > > An 'act

[PATCH weston v2 03/10] compositor: Track surface activity

2016-03-24 Thread Bryce Harrington
Surfaces flagged as 'active' are considered of primary urgency to the user. It might be the surface with the keyboard focus or displaying something important; the exact specification of what 'active' means is left as shell-specific. An 'active' surface may be granted special treatment by the comp