[Wayland-bugs] [Bug 73807] Xwayland move/resize is flaky with Weston multi seat

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Apr 30 16:11:23 PDT 2014


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

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

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

--- Comment #1 from Kristian Høgsberg <krh at bitplanet.net> ---
commit 052ef4e7bcd8929b5bceafa2beb76be43fc32822
Author: Kristian Høgsberg <krh at bitplanet.net>
Date:   Wed Apr 30 16:10:14 2014 -0700

    xwayland: Be smarter about picking seats for move/resize

    If we're going to move or resize an xwayland surface, we used to just
    pick the first seat in the list for doing the move/resize.  Ideally we
    can map from the XInput device doing the click to the corresponding
    weston_seat, but that requires using xcb xinput, which isn't well
supported.

    Instead, lets use a simple heuristic that just picks the pointer that
    most recently delivered a button event to the window in question.

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

-- 
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/20140430/7fed7a11/attachment.html>


More information about the Wayland-bugs mailing list