[PULL 1.10] input fixes

Peter Hutterer peter.hutterer at who-t.net
Tue May 3 17:22:02 PDT 2011


A few input fixes for 1.10, including the valuator alignment issue that
bothered the 1.10 series now fixed. A few passive grab fixes that affect
clients and a minor typo fix in the accel code.

The following changes since commit b4455b119cb55cc5f61add0c25863afe8cb06484:

  XQuartz: BuildFix to build correctly with XPLUGIN_VERSION < 4 (2011-04-28 13:36:23 -0700)

are available in the git repository at:
  git://people.freedesktop.org/~whot/xserver.git server-1.10-input

Peter Hutterer (6):
      Xi: fix valuator alignment in DeepCopyDeviceClasses (#36119)
      Xi: return the bad device ID if a passive grab fails with BadDevice.
      Xi: fix reply swapping function check for XIPassiveGrabDevice
      Xi: exit with error value if CheckGrabValues failed.
      Xi: don't swap the status byte in the XIPassiveGrab replies
      dix: fix typo in direction calculation

 Xi/exevents.c      |   11 ++++-------
 Xi/extinit.c       |    2 +-
 Xi/xipassivegrab.c |   16 ++++++++++++----
 dix/devices.c      |   47 +++++++++++++++++++++++++++++++++++++----------
 dix/ptrveloc.c     |    2 +-
 include/input.h    |    5 +++++
 include/inputstr.h |    2 +-
 test/input.c       |   24 +++++++++++++++++++++++-
 8 files changed, 84 insertions(+), 25 deletions(-)


More information about the xorg-devel mailing list