[Wayland-bugs] [Bug 72519] Weston crashes when running two programs with text input and the input panel.
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Jan 2 01:34:41 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=72519
--- Comment #2 from Kristian Høgsberg <krh at bitplanet.net> ---
commit 2eebcd34fc954fa5b5b6ae0a753fe250da78302c
Author: Kristian Høgsberg <krh at bitplanet.net>
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20140102/16d2b4d0/attachment.html>
More information about the Wayland-bugs
mailing list