[PULL] hw/xwin 64-bit fixes

Jon TURNEY jon.turney at dronecode.org.uk
Mon Jun 10 07:51:40 PDT 2013


Hi Keith,

Please consider pulling into master.

Thanks.

The following changes since commit c21344add2fc589df83b29be5831c36a372201bd:

  dix: remove logspam in RefCursor() (2013-05-26 22:41:31 -0600)

are available in the git repository at:

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

for you to fetch changes up to 80054fcafb095aff76f6df00d348c7fd85e8ddbc:

  hw/xwin: Update manifest to target all architectures, not just x86
(2013-06-10 15:48:34 +0100)

----------------------------------------------------------------
Jon TURNEY (7):
      hw/xwin: Fix a 64-bit portability issue with casting HINSTANCE result of
ShellExecute() to an integer
      hw/xwin: deprecated interface cygwin_conv_to_win32_path() doesn't exist
in 64-bit cygwin
      hw/xwin: Fix uses of CreateDialogParam() for 64-bit builds
      hw/xwin: Change winIconIsOverride() to take a HICON parameter
      hw/xwin: winMultiWindowGetTransientFor() returns an XID not a WindowPtr
      hw/xwin: Win32 Windows properties are of pointer type HANDLE, not an
integer type
      hw/xwin: Update manifest to target all architectures, not just x86

 hw/xwin/Makefile.am             |    2 +
 hw/xwin/XWin.exe.manifest       |    2 +-
 hw/xwin/windialogs.c            |   62 +++++++++++++++-----------------------
 hw/xwin/winmultiwindowclass.c   |   10 +++---
 hw/xwin/winmultiwindowclass.h   |    2 +-
 hw/xwin/winmultiwindowicons.c   |    2 +-
 hw/xwin/winmultiwindowwindow.c  |   10 +++---
 hw/xwin/winmultiwindowwndproc.c |    6 ++--
 hw/xwin/winprefs.c              |    7 +---
 hw/xwin/winprefs.h              |    2 +-
 10 files changed, 46 insertions(+), 59 deletions(-)


More information about the xorg-devel mailing list