https://bugs.freedesktop.org/show_bug.cgi?id=78365
Kristian Høgsberg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Kristian Høgsberg <[email protected]> --- commit c3f03f557b49f701c13557f266a57e0aa0ecf310 Author: Ander Conselvan de Oliveira <[email protected]> Date: Wed May 7 11:57:27 2014 +0300 simple-touch: Handle multiple seats properly If simple-touch ran on a compositor with multiple seats, and the first one happened to have the touch capability while the second one didn't, the handler for seat capabilities would destroy the wl_touch device it created on the first call for the first seat when it was called a again for the second seat that has not touch capabilities. Fix this problem by creating a separate struct for each seat. https://bugs.freedesktop.org/show_bug.cgi?id=78365 -- 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
