[PULL] input fixes and transformation matrix for 1.9.

Peter Hutterer peter.hutterer at who-t.net
Wed Jun 2 15:44:35 PDT 2010


The transformation matrix is the big new feature here, it allows binding a
device to a single output (or part of the screen), an ability we lost in
1.4 or 1.5.

The other three are just minor bugfixes.

The following changes since commit e4582d9e5c8649347742a13eae68cf27005296fc:
  Peter Hutterer (1):
        xfree86: bump ABI_XINPUT_VERSION to 11.

are available in the git repository at:

  git://people.freedesktop.org/~whot/xserver.git for-keith

Nicolas George (1):
      Change keyboard controls on slave keyboards (#27926)

Peter Hutterer (2):
      test: fix up InputAttributes helper function test.
      xfree86: initialize InputAttributes to NULL in the autoconfig code.

Peter Korsgaard (1):
      dix: add 3x3 transformation matrix xinput property for multi-head handling

 Xi/xiproperty.c                |    4 ++-
 dix/devices.c                  |   75 ++++++++++++++++++++++++++++++++++++++-
 dix/getevents.c                |   19 ++++++++++
 hw/xfree86/common/xf86Config.c |    1 +
 include/inputstr.h             |    4 ++
 include/xserver-properties.h   |    7 ++++
 test/input.c                   |    9 ++++-
 7 files changed, 115 insertions(+), 4 deletions(-)


More information about the xorg-devel mailing list