Re: [PATCH 09/17] shell: Factor out code to set a shsurf’s parent

2013-11-28 Thread Philip Withnall
On Mon, 2013-11-25 at 19:27 -0800, Bill Spitzak wrote: > Why do you think it should not be possible to fullscreen and/or maximize > child windows? Our software certainly relies on being able to > full-screen an X transient window (thought it is triansient because we > are working around window s

Re: [PATCH 09/17] shell: Factor out code to set a shsurf’s parent

2013-11-25 Thread Bill Spitzak
On 11/25/2013 10:01 AM, Philip Withnall wrote: From: Philip Withnall This is in preparation for unifying how surface layering works. It introduces the small functional change that fullscreen, maximized and top-level surfaces now explicitly have no parent surface. Only popup and transient surfac

[PATCH 09/17] shell: Factor out code to set a shsurf’s parent

2013-11-25 Thread Philip Withnall
From: Philip Withnall This is in preparation for unifying how surface layering works. It introduces the small functional change that fullscreen, maximized and top-level surfaces now explicitly have no parent surface. Only popup and transient surfaces have a non-NULL parent. --- src/shell.c | 29