diff options
author | Magnus Kessler <Magnus.Kessler@gmx.net> | 2009-07-22 09:29:16 +0100 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-07-22 20:34:15 +1000 |
commit | 3f4b895a29b1b48336621e6dcc80831a5910bed9 (patch) | |
tree | 086c5bf92ccd3e348a3f7ab72f91ae3df8d146e3 /include | |
parent | ab9ad139b1f20866405ddcc44d25b7b141cd7bce (diff) |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/X11/extensions/XTest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/extensions/XTest.h b/include/X11/extensions/XTest.h index f27407a..aad9420 100644 --- a/include/X11/extensions/XTest.h +++ b/include/X11/extensions/XTest.h @@ -30,7 +30,7 @@ in this Software without prior written authorization from The Open Group. #define _XTEST_H_ #include <X11/Xfuncproto.h> -#include <X11/extensions/xtest.h> +#include <X11/extensions/xtestconst.h> #include <X11/extensions/XInput.h> _XFUNCPROTOBEGIN |