mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
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:
parent
609c3b03fb
commit
a049c37f78
3 changed files with 4 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ xext_HEADERS = \
|
|||
geproto.h \
|
||||
lbx.h \
|
||||
lbxproto.h \
|
||||
mitmisc.h \
|
||||
mitmiscconst.h \
|
||||
mitmiscproto.h \
|
||||
multibufconst.h \
|
||||
multibufproto.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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue