[PULL] xwayland ABI

Adam Jackson ajax at redhat.com
Fri Nov 1 03:52:57 CET 2013


Previous series, plus the bits Axel mentioned in Message-id:
<150983340.477090618.1383219883362.JavaMail.root at zimbra26-e5.priv.proxad.net>.

The following changes since commit 902ff0b3497d202b86bf9a411e17db7b694d6eaa:

  xfree86: Bump video/input/extension ABIs for 1.15 (2013-10-30 14:02:59 -0700)

are available in the git repository at:

  ssh://people.freedesktop.org/~ajax/xserver.git wayland-abi

for you to fetch changes up to bf053c63c1db33650d1613fa0964eab968d2e499:

  input: export GetMaster (2013-10-31 22:45:24 -0400)

----------------------------------------------------------------
Adam Jackson (1):
      input: export GetMaster

Kristian Høgsberg (7):
      xkb: Add struct XkbCompContext
      xkb: Split out code to start and finish xkbcomp
      xkb: Add XkbCompileKeymapFromString()
      os: Add a function to create a client for an fd
      Export xf86NewInputDevice and xf86AllocateInput
      Add redirect window for input device feature
      xwayland: Add HW_WAYLAND driver flag

Robert Bragg (1):
      dbe: Cleanup in CloseScreen hook not ext CloseDown

Rui Matos (2):
      xkb: Factor out a function to copy a keymap's controls unto another
      xkb: Repurpose XkbCopyDeviceKeymap to apply a given keymap to a device

Tiago Vignatti (2):
      configure: Track updated version of libxtrans
      dri2: Introduce a third version of the AuthMagic function

 Xi/exevents.c                  |  15 ++-
 configure.ac                   |   2 +-
 dbe/dbe.c                      |  41 +++----
 dbe/dbestruct.h                |   1 +
 dix/events.c                   |  11 +-
 hw/xfree86/common/xf86Xinput.c |   2 +-
 hw/xfree86/common/xf86Xinput.h |   7 +-
 hw/xfree86/common/xf86str.h    |   1 +
 hw/xfree86/dri2/dri2.c         |  12 ++-
 hw/xfree86/dri2/dri2.h         |   7 ++
 hw/xfree86/dri2/dri2ext.c      |  27 +++--
 include/exevents.h             |   4 +
 include/input.h                |   8 +-
 include/inputstr.h             |   2 +
 include/opaque.h               |   1 +
 include/os.h                   |   6 +-
 include/xkbsrv.h               |  11 +-
 os/connection.c                |  30 +++++-
 os/utils.c                     |   6 +-
 xkb/ddxLoad.c                  | 238 ++++++++++++++++++++++++++++-------------
 xkb/xkb.c                      |  16 +--
 xkb/xkbInit.c                  |  44 ++++++--
 xkb/xkbUtils.c                 |  37 +++++--
 23 files changed, 372 insertions(+), 157 deletions(-)

- ajax



More information about the xorg-devel mailing list