diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-09-15 16:33:21 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-09-15 16:33:21 +0000 |
commit | fdd509ef7559bfb559459bb1e0a0d5ff86f07a9b (patch) | |
tree | e950448ca8f8aa636da71661b76e454de65ed7cb | |
parent | 5fab9af72ccb9787bc0c9e822836c1a03647cc32 (diff) |
Pull XORG-6_8_0 to CYGWIN branchCYGWIN-6_8_2-MERGECYGWIN-6_8_1-MERGECYGWIN-6_8_0-MERGE
-rw-r--r-- | man/Xrandr.man | 2 | ||||
-rw-r--r-- | src/Xrandrint.h | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/man/Xrandr.man b/man/Xrandr.man index 9df290f..ac646c3 100644 --- a/man/Xrandr.man +++ b/man/Xrandr.man @@ -1,6 +1,6 @@ .\" .\" $XFree86: xc/lib/Xrandr/Xrandr.man,v 1.7 2003/08/04 10:32:21 eich Exp $ -.\" $XdotOrg: xc/lib/Xrandr/Xrandr.man,v 1.1.4.2.4.1 2004/03/04 17:46:58 eich Exp $ +.\" $XdotOrg: xc/lib/Xrandr/Xrandr.man,v 1.2 2004/04/23 18:43:47 eich Exp $ .\" .\" Copyright 2002 Hewlett-Packard Company.\" .\" Permission to use, copy, modify, distribute, and sell this software and its diff --git a/src/Xrandrint.h b/src/Xrandrint.h index 87724c9..8838d78 100644 --- a/src/Xrandrint.h +++ b/src/Xrandrint.h @@ -32,11 +32,11 @@ #define NEED_REPLIES #include <X11/Xlibint.h> #include <X11/Xutil.h> -#include "Xext.h" /* in ../include */ -#include "extutil.h" /* in ../include */ +#include <X11/extensions/Xext.h> +#include <X11/extensions/extutil.h> #include "Xrandr.h" -#include "randr.h" -#include "randrproto.h" +#include <X11/extensions/randr.h> +#include <X11/extensions/randrproto.h> extern XExtensionInfo XrandrExtensionInfo; extern char XrandrExtensionName[]; |