Re: Semantics of wl_subcompositor::get_subsurface

2016-03-31 Thread Pekka Paalanen
On Thu, 24 Mar 2016 08:53:11 +0100 Martin Graesslin wrote: > On Monday, March 21, 2016 11:07:39 AM CET you wrote: > > On Mon, 21 Mar 2016 08:36:59 +0100 > > > > Martin Graesslin wrote: > > > Hi Wayland-devs, > > > > > > while implementing sub-surface support in KWin I run into a small proble

Re: Semantics of wl_subcompositor::get_subsurface

2016-03-24 Thread Martin Graesslin
On Monday, March 21, 2016 11:07:39 AM CET you wrote: > On Mon, 21 Mar 2016 08:36:59 +0100 > > Martin Graesslin wrote: > > Hi Wayland-devs, > > > > while implementing sub-surface support in KWin I run into a small problem > > regarding the get_subsurface request: > > > > When should the new subs

Re: Semantics of wl_subcompositor::get_subsurface

2016-03-21 Thread Pekka Paalanen
On Mon, 21 Mar 2016 08:36:59 +0100 Martin Graesslin wrote: > Hi Wayland-devs, > > while implementing sub-surface support in KWin I run into a small problem > regarding the get_subsurface request: > > When should the new subsurface be added to the parent surface? > > My interpretation was that

Semantics of wl_subcompositor::get_subsurface

2016-03-21 Thread Martin Graesslin
Hi Wayland-devs, while implementing sub-surface support in KWin I run into a small problem regarding the get_subsurface request: When should the new subsurface be added to the parent surface? My interpretation was that the subsurface will only be added after the next commit on the parent surfa