Re: [fullscreen-v8 PATCH 2/3] shell: Add implementation of fullscreen.

2012-02-28 Thread Kristian Hoegsberg
On Tue, Feb 28, 2012 at 06:08:38PM +0800, zhiwen...@linux.intel.com wrote: > From: Alex Wu > > All the fullscreen things (black surface, raise atop panels, transform, > positioning) > are handled in map() or configure(). Ok, looking good, we're almost there now :) A few comments below (and plea

[fullscreen-v8 PATCH 2/3] shell: Add implementation of fullscreen.

2012-02-28 Thread zhiwen . wu
From: Alex Wu All the fullscreen things (black surface, raise atop panels, transform, positioning) are handled in map() or configure(). Signed-off-by: Alex Wu Signed-off-by: Juan Zhao --- src/shell.c | 231 ++- 1 files changed, 214 ins