summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2009-07-20 22:42:59 +0100
committerPeter Hutterer <peter.hutterer@who-t.net>2009-07-21 13:34:14 +1000
commita049c37f789f881fad09e60a061488cba2b4072e (patch)
tree2eb0d99ec2a4074efe3a5a23146f8fd14e3b732f
parent609c3b03fbed24f05d636d98dad9febc7226624c (diff)
Rename mitmisc.h to mitmiscconst.h to avoid a collision with MITMisc.h on case-insensitive filesystems
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--Makefile.am2
-rw-r--r--mitmiscconst.h (renamed from mitmisc.h)4
-rw-r--r--mitmiscproto.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 40cc826..6ba1b08 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,7 @@ xext_HEADERS = \
geproto.h \
lbx.h \
lbxproto.h \
- mitmisc.h \
+ mitmiscconst.h \
mitmiscproto.h \
multibufconst.h \
multibufproto.h \
diff --git a/mitmisc.h b/mitmiscconst.h
index 7c67f97..adc5f94 100644
--- a/mitmisc.h
+++ b/mitmiscconst.h
@@ -27,8 +27,8 @@ in this Software without prior written authorization from The Open Group.
/* RANDOM CRUFT! THIS HAS NO OFFICIAL X CONSORTIUM OR X PROJECT TEAM BLESSING */
-#ifndef _MITMISC_H_
-#define _MITMISC_H_
+#ifndef _MITMISCCONST_H_
+#define _MITMISCCONST_H_
#define MITMiscNumberEvents 0
#define MITMiscNumberErrors 0
diff --git a/mitmiscproto.h b/mitmiscproto.h
index 31a7af1..18c202a 100644
--- a/mitmiscproto.h
+++ b/mitmiscproto.h
@@ -29,7 +29,7 @@ in this Software without prior written authorization from The Open Group.
#ifndef _MITMISCPROTO_H_
#define _MITMISCPROTO_H_
-#include <X11/extensions/mitmisc.h>
+#include <X11/extensions/mitmiscconst.h>
#define X_MITSetBugMode 0
#define X_MITGetBugMode 1