[PULL] swapping fixes, memleak plumbing and valuator handling

Peter Hutterer peter.hutterer at who-t.net
Sun Apr 3 17:28:48 PDT 2011


The following changes since commit f9834d312e3059073e8ad77d9f9d57cb9d96e1e5:

  fb: cleanup fbChangeWindowAttributes (2011-04-01 11:02:17 +1000)

are available in the git repository at:
  git://people.freedesktop.org/~whot/xserver.git for-keith

Chase Douglas (3):
      Clean up getValuatorEvents using array loop logic
      Handle non continuous valuator data in getValuatorEvents
      Don't report old relative values in getValuatorEvents

Matthieu Herrb (4):
      Xi: take XI2 requests into account also for the swapping case.
      Xi: add XI_Focus{In,Out} to swapped events.
      Xext: fix test on extension number for the swapped case.
      Xi: fix querydevice request swapping

Peter Hutterer (1):
      Merge branch 'master' of git://people.freedesktop.org/~herrb/xserver into for-keith

Rami Ylimäki (2):
      xkb: Introduce helper function to handle similar reallocations.
      xkb: Prevent leaking of XKB geometry information on copy.

Tiago Vignatti (1):
      xfree86: loader: fix memory leaks in LoaderListDirs

 Xext/geext.c                |    2 +-
 Xi/extinit.c                |    7 ++-
 Xi/xiquerydevice.c          |    3 +-
 dix/eventconvert.c          |   27 ++++-----
 hw/xfree86/loader/loadmod.c |    6 ++
 xkb/XKBGAlloc.c             |   64 +++++++++++++++++++---
 xkb/xkbUtils.c              |  129 +++++++++++++------------------------------
 xkb/xkbgeom.h               |   20 +++++++
 8 files changed, 140 insertions(+), 118 deletions(-)


More information about the xorg-devel mailing list