https://bugs.freedesktop.org/show_bug.cgi?id=69778
--- Comment #4 from Kristian Høgsberg <[email protected]> --- (In reply to comment #3) > Kristian, you seem to have pushed the grab fixes to master. Should they be > on 1.3 as well? Yeah, they should. I was testing with an external touch screen and unplugging the touchscreen (just the usb input device, not the output) and even with your patches, the touch code has the same problem: plugging the touch screen back in doesn't work. The problem seems to be that the num_tp is in weston_seat and doesn't get reset when you remove the last touch screen, but when I looked closer, it looks like we keep the weston_touch struct around event when we unplug the last touch device. The weird thing is that moving num_tp to weston_touch did fix the problem, but I don't understand why, since it still doesn't get reset. Anyway, your patches certainly improve status quo and are a requirement for fixing touch so I'll pick them over to 1.3. -- 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
