<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Weston crashes when running two programs with text input and the input panel."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=72519#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Weston crashes when running two programs with text input and the input panel."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=72519">bug 72519</a>
              from <span class="vcard"><a class="email" href="mailto:krh@bitplanet.net" title="Kristian Høgsberg <krh@bitplanet.net>"> <span class="fn">Kristian Høgsberg</span></a>
</span></b>
        <pre>commit 2eebcd34fc954fa5b5b6ae0a753fe250da78302c
Author: Kristian Høgsberg <<a href="mailto:krh@bitplanet.net">krh@bitplanet.net</a>>
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.

    <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Weston crashes when running two programs with text input and the input panel."
   href="show_bug.cgi?id=72519">https://bugs.freedesktop.org/show_bug.cgi?id=72519</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>