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

2014-08-19 Thread Pekka Paalanen
On Mon, 18 Aug 2014 10:32:28 -0400 "Jasper St. Pierre" wrote: > On Mon, Aug 18, 2014 at 10:14 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 >

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

2014-08-18 Thread Jasper St. Pierre
On Mon, Aug 18, 2014 at 10:14 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 t

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

2014-08-18 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. Signed-off-by: Pekka Paalanen ---