mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-06 05:38:16 +02:00
Rename xtest.h to xtestconst.h to avoid a collision with XTest.h on case-insensitive filesystems
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
2fd05eca7d
commit
d7ead7a591
3 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ xext_HEADERS = \
|
|||
EVIproto.h \
|
||||
xtestext1proto.h \
|
||||
xtestext1const.h \
|
||||
xtest.h \
|
||||
xtestconst.h \
|
||||
xtestproto.h
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ in this Software without prior written authorization from The Open Group.
|
|||
#ifndef _XTESTPROTO_H_
|
||||
#define _XTESTPROTO_H_
|
||||
|
||||
#include <X11/extensions/xtest.h>
|
||||
#include <X11/extensions/xtestconst.h>
|
||||
|
||||
#define Window CARD32
|
||||
#define Time CARD32
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue