commit | 88277d1422b75a67b40c8809949fb71bd5ca31c0 | [log] [tgz] |
---|---|---|
author | Alex Wu <zhiwen.wu@linx.intel.com> | Wed Feb 22 14:50:46 2012 +0800 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Feb 22 12:33:43 2012 -0500 |
tree | c02becc2e38a18c20eac9ae6ce84816785b87373 | |
parent | 31f9d0e8de4f788aaf35fb8072dc290da19b097a [diff] |
shell: Fix never map fullscreen/transient surface. 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