Re: [PATCH weston] compositor: quick fix for sub-surface mapping

2014-07-25 Thread Pekka Paalanen
On Mon, 30 Jun 2014 10:49:40 -0700 Jason Ekstrand wrote: > I don't like it but, sure, it shouldn't break anything much further. Ok, thanks. I pushed it. - pq > On Mon, Jun 30, 2014 at 2:10 AM, Pekka Paalanen wrote: > > > From: Pekka Paalanen > > > > If a client does this: > > 1. create a mai

Re: [PATCH weston] compositor: quick fix for sub-surface mapping

2014-06-30 Thread Jason Ekstrand
I don't like it but, sure, it shouldn't break anything much further. --Jason On Mon, Jun 30, 2014 at 2:10 AM, Pekka Paalanen wrote: > From: Pekka Paalanen > > If a client does this: > 1. create a main window and map it > 2. create a wl_surface, and make it a sub-surface of the main window > 3.

[PATCH weston] compositor: quick fix for sub-surface mapping

2014-06-30 Thread Pekka Paalanen
From: Pekka Paalanen If a client does this: 1. create a main window and map it 2. create a wl_surface, and make it a sub-surface of the main window 3. set the sub-surface to desync 4. commit content to the sub-surface to map it Then step 4 should cause the sub-surface to become mapped. However,