summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-07-23 18:06:16 +0000
committerKevin E Martin <kem@kem.org>2005-07-23 18:06:16 +0000
commit5413d41389ce8dc1b93039b557385bf6e7477cf8 (patch)
treeecf8131200bb8d81a23cdd877237e39c8c7133cb
parentdf6e6114ddef0f7facd8417f1a78ceca25cf9cb6 (diff)
lib/Xrender/Picture.c Change region.h to Xregion.h and modify internalXORG-6_8_99_16
references to include <X11/Xregion.h>.
-rw-r--r--src/XShape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XShape.c b/src/XShape.c
index 661ad9f..29a7f83 100644
--- a/src/XShape.c
+++ b/src/XShape.c
@@ -33,7 +33,7 @@ in this Software without prior written authorization from The Open Group.
#endif
#include <X11/Xlibint.h>
#include <X11/Xutil.h>
-#include "region.h" /* in Xlib sources */
+#include <X11/Xregion.h>
#include <X11/extensions/Xext.h>
#include <X11/extensions/extutil.h>
#include <X11/extensions/shapestr.h>