Re: [PATCH] shell: Fix never map fullscreen/transient surface.

2012-02-22 Thread Kristian Hoegsberg
On Wed, Feb 22, 2012 at 02:50:46PM +0800, zhiwen...@linux.intel.com wrote: > From: Alex Wu > >If client send set_fullscreen/set_transient request before the first > attach, >compositor has no chance to map the surface due to "if (es->output == > NULL)". Ah yes, thanks. Committ

[PATCH] shell: Fix never map fullscreen/transient surface.

2012-02-21 Thread zhiwen . wu
From: Alex Wu If client send set_fullscreen/set_transient request before the first attach, compositor has no chance to map the surface due to "if (es->output == NULL)". You can pull it from git://gitorious.org/wayland-for-krh/weston.git map-bug --- src/shell.c |8 +++