ratpoison-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RP] Cameron's xinerama patch in CVS & Usability


From: Joshua Neuheisel
Subject: Re: [RP] Cameron's xinerama patch in CVS & Usability
Date: Mon Mar 1 04:50:12 2004

From: "Shawn Betts"
> Some of you have probably been waiting a while for this. I just
> committed Cameron's xinerama to CVS.

On both my Linux box and my iMac, I needed to change one line in
configure.in to get things to work correctly.  The patch is listed below.
It seems that on both those OSes, Xinerama.h contains no includes.  In
particular, it uses types that are only defined after Xlib.h has been
included.  This patch shouldn't mess things up for those that don't need it,
since the header check will still succeed.

Joshua

Index: configure.in
===================================================================
RCS file: /cvsroot/ratpoison/ratpoison/configure.in,v
retrieving revision 1.40
diff -r1.40 configure.in
90c90,92
< AC_CHECK_HEADERS([X11/extensions/Xinerama.h])
---
> AC_CHECK_HEADERS([X11/extensions/Xinerama.h], [], [], [
> #include <X11/Xlib.h>
> ])



reply via email to

[Prev in Thread] Current Thread [Next in Thread]