[PULL] hw/xwin fixes

Jon TURNEY jon.turney at dronecode.org.uk
Tue Jul 17 08:14:04 PDT 2012


On 16/07/2012 21:27, Keith Packard wrote:
> Jon TURNEY writes:
>> Various cleanups and fixes for hw/xwin. Please consider pulling into
>> master.
> 
> Would you like to merge in my Popen cleanup before I pull this?
> 
> (I'm wearing two hats -- xwin changes generally come through your tree,
> and I don't want to merge it directly)

Good idea. Here is the updated pull request.

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 75966a4186955f3a4625e93796145036c5986d2e:

  xwin: Clean up os wrappers for System, Popen and Pclose on Windows
(2012-07-17 16:08:04 +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.

Keith Packard (1):
      xwin: Clean up os wrappers for System, Popen and Pclose on Windows

 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 ++
 include/os.h                   |   10 ++-
 os/utils.c                     |   73 +++++++++++++++++++++
 xkb/ddxList.c                  |    6 --
 xkb/ddxLoad.c                  |   75 ---------------------
 26 files changed, 267 insertions(+), 447 deletions(-)
 delete mode 100644 hw/xwin/README
 delete mode 100644 hw/xwin/winclipboardunicode.c


More information about the xorg-devel mailing list