Re: [PATCH weston v2 05/21] desktop-shell: Track the black surface by its view

2015-06-02 Thread Arnaud Vrac
On Tue, Jun 2, 2015 at 11:26 AM, Jonas Ådahl wrote: > On Fri, May 29, 2015 at 05:07:08PM +0200, Arnaud Vrac wrote: > > Hi Jonas, > > Hi, > > > > > This patch makes the black_surface_get_label function crash. The black > surface should track the fullscreen view in the configure_private field > ins

Re: [PATCH weston v2 05/21] desktop-shell: Track the black surface by its view

2015-06-02 Thread Jonas Ådahl
On Fri, May 29, 2015 at 05:07:08PM +0200, Arnaud Vrac wrote: > Hi Jonas, Hi, > > This patch makes the black_surface_get_label function crash. The black > surface should track the fullscreen view in the configure_private field > instead of the black surface view. > > See the attached patch for

Re: [PATCH weston v2 05/21] desktop-shell: Track the black surface by its view

2015-05-29 Thread Arnaud Vrac
Hi Jonas, This patch makes the black_surface_get_label function crash. The black surface should track the fullscreen view in the configure_private field instead of the black surface view. See the attached patch for reference. 0001-desktop-shell-track-fullscreen-view-in-black-surface.patch De

[PATCH weston v2 05/21] desktop-shell: Track the black surface by its view

2015-05-13 Thread Jonas Ådahl
In preparation for further refactoring. Signed-off-by: Jonas Ådahl --- desktop-shell/shell.c | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index 1ac1340..efa6ac4 100644 --- a/desktop-shell/shell.c +++ b