<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Invalid user data pointer passed to "pointer_handle_enter""
   href="https://bugs.freedesktop.org/show_bug.cgi?id=73711#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Invalid user data pointer passed to "pointer_handle_enter""
   href="https://bugs.freedesktop.org/show_bug.cgi?id=73711">bug 73711</a>
              from <span class="vcard"><a class="email" href="mailto:gabomdq@gmail.com" title="Gabriel Jacobo <gabomdq@gmail.com>"> <span class="fn">Gabriel Jacobo</span></a>
</span></b>
        <pre>It turns out that we were getting two calls to pointer_handle_enter. The first
one was a call with surface="window surface" (which had the right user data),
while the second one was surface="mouse pointer surface". I'm not sure if this
is the intended behavior, I fixed the issue in SDL by making sure we set the
mouse pointer user data to NULL and checking for that in the
pointer_handle_enter function (as well as the other pointer handling
callbacks).

If what I've described is the expected behavior, feel free to close. Thanks!</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>