weston/desktop-shell
Kristian Høgsberg 2eebcd34fc shell: Test for surface->width == 0 to see if input-panel was unmapped
The input-panel codes tries to see determine if a buffer has not yet
been attached (or a NULL buffer has been attached), and doesn't map
the input panel surface yet in that case.  However, it test for
buffer_ref being NULL, which can happen for other reasons.  The right
test is to see if surface->width is 0, which means that either a
buffer hasn't yet been attached or a NULL buffer has been attached.

https://bugs.freedesktop.org/show_bug.cgi?id=72519
2014-01-02 01:27:38 -08:00
..
.gitignore Update .gitignore 2013-12-09 12:15:41 -08:00
exposay.c desktop-shell: Split out exposay immplementation 2013-12-04 10:20:02 -08:00
input-panel.c shell: Test for surface->width == 0 to see if input-panel was unmapped 2014-01-02 01:27:38 -08:00
Makefile.am build: Fix out-of-tree build for desktop-shell 2013-12-04 12:57:02 -08:00
shell.c shell.c: Set state_changed for xwayland surfaces as well 2014-01-01 22:34:49 -08:00
shell.h shell: Handle the desktop shell client destroy signal 2013-12-22 13:45:36 -08:00