diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-02-25 16:24:56 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-03-03 14:42:40 +1000 |
commit | 660b0abdb8dbc7959f9d97b83ac48110a56fd216 (patch) | |
tree | 57a1b5404d7d9b12c941cb1295de4e42b87f01a4 /src/XIint.h | |
parent | 3e38a82102975670d490d95f595a410f38f4e221 (diff) |
XIint.h: include XIproto.h for xAnyClassPtr.
Diffstat (limited to 'src/XIint.h')
-rw-r--r-- | src/XIint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/XIint.h b/src/XIint.h index 97828e4..38a64b7 100644 --- a/src/XIint.h +++ b/src/XIint.h @@ -7,6 +7,7 @@ #ifndef _XIINT_H_ #define _XIINT_H_ +#include <X11/extensions/XIproto.h> /* for xAnyClassPtr */ extern XExtDisplayInfo *XInput_find_display(Display *); |