Re: [PATCH wayland v3] protocol: define the concept of wl_surface role

2014-08-21 Thread Pekka Paalanen
On Wed, 20 Aug 2014 10:26:48 -0400 "Jasper St. Pierre" wrote: > On Wed, Aug 20, 2014 at 7:09 AM, Pekka Paalanen wrote: > > > From: Pekka Paalanen > > > > Define what a role is, and what restrictions there are. > > > > A change to existing behaviour is that a role cannot be changed at all > > o

Re: [PATCH wayland v3] protocol: define the concept of wl_surface role

2014-08-20 Thread Jasper St. Pierre
On Wed, Aug 20, 2014 at 7:09 AM, Pekka Paalanen wrote: > From: Pekka Paalanen > > Define what a role is, and what restrictions there are. > > A change to existing behaviour is that a role cannot be changed at all > once set. However, this is unlikely to cause problems, as there is no > reason to

[PATCH wayland v3] protocol: define the concept of wl_surface role

2014-08-20 Thread Pekka Paalanen
From: Pekka Paalanen Define what a role is, and what restrictions there are. A change to existing behaviour is that a role cannot be changed at all once set. However, this is unlikely to cause problems, as there is no reason to re-use wl_surfaces in clients. v2: give more concrete examples of r