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>
This commit is contained in:
Jon TURNEY 2009-07-20 22:42:59 +01:00 committed by Peter Hutterer
parent 609c3b03fb
commit a049c37f78
3 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ xext_HEADERS = \
geproto.h \
lbx.h \
lbxproto.h \
mitmisc.h \
mitmiscconst.h \
mitmiscproto.h \
multibufconst.h \
multibufproto.h \

View file

@ -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

View file

@ -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