diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-03-26 16:37:49 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-03-26 16:39:42 +1000 |
commit | 6c1d6174a0ba33ff377cb74adf6c0bbe0279f93b (patch) | |
tree | 432466d18faf650d12dabb1c3038b81ffddfa504 /src | |
parent | 2bc4ebba78056eecf76a294f1c3edff892b286f7 (diff) |
XIint.h only needs XI.h as include, not the rest.
This fixes 64bit compilation issues.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src')
-rw-r--r-- | src/XIint.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/XIint.h b/src/XIint.h index 3379882..9cf6bc4 100644 --- a/src/XIint.h +++ b/src/XIint.h @@ -7,8 +7,7 @@ #ifndef _XIINT_H_ #define _XIINT_H_ -#include <X11/extensions/XIproto.h> /* for xAnyClassPtr */ -#include <X11/extensions/XInput.h> /* for XAnyClassPtr */ +#include <X11/extensions/XI.h> extern XExtDisplayInfo *XInput_find_display(Display *); |