[Xcb] [Bug 41618] New: Incorrect type for rootX and rootY fields of FakeInput request

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Oct 9 09:20:08 PDT 2011


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

           Summary: Incorrect type for rootX and rootY fields of FakeInput
                    request
           Product: XCB
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: high
         Component: Protocol
        AssignedTo: xcb at lists.freedesktop.org
        ReportedBy: shrike at netaxs.com
         QAContact: xcb at lists.freedesktop.org


Created an attachment (id=52143)
 View: https://bugs.freedesktop.org/attachment.cgi?id=52143
 Review: https://bugs.freedesktop.org/review?bug=41618&attachment=52143

Corrected type of FakeInput rootX & rootY fields

The FakeInput request defined by the XTEST extension has two fields, rootX and
rootY, that are used to indicate relative or absolute pointer coordinates for
fake motion events. These fields are of type INT16, not CARD16. (They must be
signed to allow for negative relative motions and to align with the root-x and
root-y fields of MotionNotify events.)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the Xcb mailing list