Re: [weston PATCH v6 1/7] compositor, shell: add fullscreen implementation shell part

2012-02-21 Thread Kristian Hoegsberg
On Fri, Feb 17, 2012 at 03:26:10PM +0800, juan.j.z...@linux.intel.com wrote: > From: Juan Zhao > > --- > clients/window.c |3 +- > src/compositor-drm.c | 10 - > src/compositor.c |5 ++- > src/compositor.h | 11 +- > src/shell.c | 97 >

[weston PATCH v6 1/7] compositor, shell: add fullscreen implementation shell part

2012-02-16 Thread juan . j . zhao
From: Juan Zhao --- clients/window.c |3 +- src/compositor-drm.c | 10 - src/compositor.c |5 ++- src/compositor.h | 11 +- src/shell.c | 97 +- 5 files changed, 103 insertions(+), 23 deletions(-) diff --