[fullscreen-v8 PATCH 1/3] compositor: Export functions and add weston_suface::force_configure for fullscreen

2012-02-28 Thread zhiwen . wu
From: Alex Wu zhiwen...@linux.intel.com This will facilitate the implementation of fullscreen. Signed-off-by: Alex Wu zhiwen...@linux.intel.com --- src/compositor.c | 16 ++-- src/compositor.h |9 + 2 files changed, 23 insertions(+), 2 deletions(-) diff --git

Re: [fullscreen-v8 PATCH 1/3] compositor: Export functions and add weston_suface::force_configure for fullscreen

2012-02-28 Thread Kristian Hoegsberg
On Tue, Feb 28, 2012 at 06:07:54PM +0800, zhiwen...@linux.intel.com wrote: From: Alex Wu zhiwen...@linux.intel.com Thanks, applied with a little edit to make the check in weston_surface_destroy an assert instead. If we end up in that case, it's an internal error and we need to catch it, not