[PULL] hw/xwin patches

Jon Turney jon.turney at dronecode.org.uk
Mon Feb 29 14:17:46 UTC 2016


The following changes since commit b4ac7b142fa3c536e9b283cfd34b94d82c03aac6:

  present: Only requeue if target MSC is not reached after an unflip (2016-02-25 10:18:04 -0500)

are available in the git repository at:

  git://people.freedesktop.org/~jturney/xserver 

for you to fetch changes up to 90113584e242d56d327f82af4b205f682022f23c:

  hw/xwin: Remove unhelpful debug about WM message queue size (2016-02-29 13:44:03 +0000)

----------------------------------------------------------------
Colin Harrison (1):
      hw/xwin: Add a tentative entry for the Korean keyboard to the list of known keyboard layouts

Jon Turney (12):
      hw/xwin: Fix format warnings when ./configured --enable-debug --enable-windowswm
      hw/xwin: XGetWMNormalHints() returns non-zero on success
      hw/xwin: Improve handling of no-decoration motif hint
      hw/xwin: Correctly interpret WM_HINTS, WM_NORMAL_HINTS properties on x86_64
      hw/xwin: Check that window position is visible on non-rectangular virtual desktops
      hw/xwin: Use WM_CLIPBOARDUPDATE clipboard API
      hw/xwin: Update to XRANDR 1.2 internal interface to ensure an output is reported by XRANDR
      hw/xwin: Keyboard layout updates
      hw/xwin: Factor out MessageName() debug helper
      hw/xwin: In multiwindow mode, look up the HWND for the parent window
      hw/xwin: Add SKIPTASKBAR hint to _NET_WM_WINDOW_TYPE_DOCK type windows
      hw/xwin: Remove unhelpful debug about WM message queue size

 hw/xwin/winclipboard/internal.h   |   8 ++
 hw/xwin/winclipboard/thread.c     |   9 ++
 hw/xwin/winclipboard/wndproc.c    | 109 +++++++++++++++---------
 hw/xwin/winconfig.c               |  74 +++++++++-------
 hw/xwin/winlayouts.h              |   5 +-
 hw/xwin/winmultiwindowclass.h     |  28 ++++--
 hw/xwin/winmultiwindowwindow.c    |  30 ++++---
 hw/xwin/winmultiwindowwm.c        | 174 ++++++++++++++------------------------
 hw/xwin/winrandr.c                |  92 +++++++++++++++++---
 hw/xwin/winwin32rootless.c        |   8 +-
 hw/xwin/winwin32rootlesswindow.c  |   2 +-
 hw/xwin/winwin32rootlesswndproc.c |  12 +--
 hw/xwin/winwindowswm.c            |   2 +-
 13 files changed, 329 insertions(+), 224 deletions(-)


More information about the xorg-devel mailing list