[PULL] Xserver build fixes for Windows MinGW target.

Jon TURNEY jon.turney at dronecode.org.uk
Mon Nov 26 11:31:21 PST 2012


Hi Keith,

Some more fixes for building for MinGW. Please consider pulling into master.

You might also want to consider reviewing those patches which touch DIX code
yourself, since they have had no reviews from people who care about DDXs other
than XWin.

Thanks.

The following changes since commit 011f8458805e443ac9130865d2840a929a00cabf:

  Merge remote-tracking branch 'whot/for-keith' (2012-11-05 17:16:07 -0800)

are available in the git repository at:


  git://people.freedesktop.org/~jturney/xserver mingw-patches

for you to fetch changes up to dc51a880cfc2e092a6f39b99306b56f084c35701:

  hw/xwin: Fix for MinGW-w64 DirectDraw headers (2012-11-13 13:23:28 +0000)

----------------------------------------------------------------
Jon TURNEY (2):
      os/utils.c: Fix compilation of OsBlockSIGIO when SIGIO isn't defined
      dix/dispatch.c, os/utils.c: Disable smart scheduler on WIN32

Ryan Pavlik (2):
      os/osinit.c, os/utils.c: Exclude sigaction code when building for MinGW
      os/osinit.c: no getpgrp() and setpgrp() on WIN32

Yaakov Selkowitz (2):
      hw/xwin: use raise instead of signal
      hw/xwin: Fix for MinGW-w64 DirectDraw headers

 dix/dispatch.c               |    4 ++++
 hw/xwin/ddraw.h              |    4 ++++
 hw/xwin/win.h                |    2 ++
 hw/xwin/winclipboardthread.c |    3 ++-
 hw/xwin/winms.h              |    1 -
 os/osinit.c                  |    7 +++++++
 os/utils.c                   |   14 ++++++++++++++
 7 files changed, 33 insertions(+), 2 deletions(-)



More information about the xorg-devel mailing list