[Wayland-bugs] [Bug 78365] Weston-simple-touch touch_paint does not work when output seat is specified in weston.ini

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri May 9 12:52:29 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=78365

Kristian Høgsberg <krh at bitplanet.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Kristian Høgsberg <krh at bitplanet.net> ---
commit c3f03f557b49f701c13557f266a57e0aa0ecf310
Author: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira at intel.com>
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20140509/810b7ef5/attachment.html>


More information about the Wayland-bugs mailing list