[Wayland-bugs] [Bug 73711] Invalid user data pointer passed to "pointer_handle_enter"
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Jan 28 07:11:19 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=73711
--- Comment #3 from Gabriel Jacobo <gabomdq at gmail.com> ---
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!
--
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/20140128/87493bd2/attachment.html>
More information about the Wayland-bugs
mailing list