[PATCH 0/3] Make pseudoramiX available to hw/xwin

Jon TURNEY jon.turney at dronecode.org.uk
Fri Jun 22 06:56:20 PDT 2012


I want to use the pseudoramiX code from xquartz for the same purpose in xwin,
that is, to provide XINERAMA extension information about the native display
layout when we have a single X display and use the underlying windowing system's
abstraction of multiple displays.

This fixes various bugs in pseudoramiX.c, which seem to be necessary in order
to compile it with gcc, and weans it off it's dependency on darwin.h

I'm not sure if moving it to a top-level directory is the best place for it, but
I couldn't find anywhere else it fits.


Jon TURNEY (3):
  Various fixes for pseudoramiX.c
  Fix pseudoramiX.c compilation without darwin.h
  Move pseudoramiX code from hw/xquartz to top-level

 Makefile.am                         |    2 +
 configure.ac                        |    1 +
 hw/xquartz/Makefile.am              |    1 -
 hw/xquartz/mach-startup/Makefile.am |    1 +
 hw/xquartz/pseudoramiX.c            |  484 --------------------------------
 hw/xquartz/pseudoramiX.h            |   11 -
 hw/xwin/Makefile.am                 |    2 +
 pseudoramiX/Makefile.am             |    7 +
 pseudoramiX/pseudoramiX.c           |  515 +++++++++++++++++++++++++++++++++++
 pseudoramiX/pseudoramiX.h           |   11 +
 10 files changed, 539 insertions(+), 496 deletions(-)
 delete mode 100644 hw/xquartz/pseudoramiX.c
 delete mode 100644 hw/xquartz/pseudoramiX.h
 create mode 100644 pseudoramiX/Makefile.am
 create mode 100644 pseudoramiX/pseudoramiX.c
 create mode 100644 pseudoramiX/pseudoramiX.h

-- 
1.7.9



More information about the xorg-devel mailing list