summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-09-15 16:33:21 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-09-15 16:33:21 +0000
commitfdd509ef7559bfb559459bb1e0a0d5ff86f07a9b (patch)
treee950448ca8f8aa636da71661b76e454de65ed7cb
parent5fab9af72ccb9787bc0c9e822836c1a03647cc32 (diff)
downloadxorg-lib-libXrandr-CYGWIN.tar.gz
-rw-r--r--man/Xrandr.man2
-rw-r--r--src/Xrandrint.h8
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[];