Re: [PATCH weston v4 02/20] desktop-shell: Track the black surface by its view

2015-11-23 Thread Derek Foreman
On 17/11/15 04:10 AM, Jonas Ådahl wrote: > In preparation for further refactoring. > > Signed-off-by: Jonas Ådahl > Signed-off-by: Arnaud Vrac Looks fine to me. Reviewed-by: Derek Foreman > --- > desktop-shell/shell.c | 34 +++--- > 1 file changed, 19 insertions(

Re: [PATCH weston v4 02/20] desktop-shell: Track the black surface by its view

2015-11-19 Thread Peter Hutterer
On Tue, Nov 17, 2015 at 06:10:48PM +0800, Jonas Ådahl wrote: > In preparation for further refactoring. > > Signed-off-by: Jonas Ådahl > Signed-off-by: Arnaud Vrac Acked-by: Peter Hutterer Cheers, Peter > --- > desktop-shell/shell.c | 34 +++--- > 1 file change

[PATCH weston v4 02/20] desktop-shell: Track the black surface by its view

2015-11-17 Thread Jonas Ådahl
In preparation for further refactoring. Signed-off-by: Jonas Ådahl Signed-off-by: Arnaud Vrac --- desktop-shell/shell.c | 34 +++--- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index d58a830..bdabcbf 1