[PULL] hw/xwin fixes
Jon TURNEY
jon.turney at dronecode.org.uk
Mon Jul 16 06:07:41 PDT 2012
Hi Keith,
Various cleanups and fixes for hw/xwin. Please consider pulling into master.
Thanks.
The following changes since commit d5977e5bd2c8ee77db08d5f948f266c9661b9fb5:
xf86: include xf86platformBus.h in xf86AutoConfig.c (2012-07-12 19:23:42 -0700)
are available in the git repository at:
git://people.freedesktop.org/~jturney/xserver master
for you to fetch changes up to 357ec54f46d31ff77c441c15c322152e04f89a11:
hw/xwin: Refer to xkeyboard-config man page for XKB configuration option
values (2012-07-16 13:59:40 +0100)
----------------------------------------------------------------
Colin Harrison (1):
hw/xwin: RANDR resize didn't occur when screen window was maximized or
restored
Jon TURNEY (11):
hw/xwin: Don't bother reporting XORG_VERSION_CURRENT
hw/xwin: Tidy up some pointless output which is always emitted
hw/xwin: Bug fixes for screen sizing when the screen window is on a
non-primary monitor
hw/xwin: Tidy up some more pointless output which is always emitted
hw/xwin: Correct function name in log message
hw/xwin: Consolidate duplicated code as getHwnd() function
hw/xwin: Remove winClipboardDetectUnicodeSupport()
hw/xwin: Remove a pointless OS version check in winInstallKeyboardHookLL()
hw/xwin: Remove long obsolete README for hw/xwin
hw/xwin: Remove unused WindowExposuresProcPtr storage in screen private
hw/xwin: Refer to xkeyboard-config man page for XKB configuration option
values
Jörg Mensmann (1):
hw/xwin: Fix command line arguments for multiple monitors.
hw/xwin/Makefile.am | 1 -
hw/xwin/README | 141 ----------------------------------------
hw/xwin/man/XWin.man | 26 ++++---
hw/xwin/win.h | 2 +-
hw/xwin/winblock.c | 2 +-
hw/xwin/winclipboard.h | 7 --
hw/xwin/winclipboardinit.c | 2 +-
hw/xwin/winclipboardthread.c | 8 +--
hw/xwin/winclipboardunicode.c | 65 ------------------
hw/xwin/winclipboardwndproc.c | 7 +-
hw/xwin/winclipboardwrappers.c | 10 +--
hw/xwin/winclipboardxevents.c | 14 +----
hw/xwin/wincreatewnd.c | 93 +++++++++++++++++----------
hw/xwin/windialogs.c | 8 +-
hw/xwin/winerror.c | 4 +-
hw/xwin/winkeyhook.c | 18 -----
hw/xwin/winmonitors.c | 5 +-
hw/xwin/winmonitors.h | 29 ++++++++
hw/xwin/winmultiwindowwm.c | 79 ++++++++++++-----------
hw/xwin/winprocarg.c | 18 +++--
hw/xwin/winscrinit.c | 4 +-
hw/xwin/winwndproc.c | 7 ++
22 files changed, 187 insertions(+), 363 deletions(-)
delete mode 100644 hw/xwin/README
delete mode 100644 hw/xwin/winclipboardunicode.c
More information about the xorg-devel
mailing list