https://bugs.freedesktop.org/show_bug.cgi?id=72519
--- Comment #2 from Kristian Høgsberg <[email protected]> --- commit 2eebcd34fc954fa5b5b6ae0a753fe250da78302c Author: Kristian Høgsberg <[email protected]> Date: Thu Jan 2 01:27:06 2014 -0800 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 -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Wayland-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-bugs
