diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 17:23:06 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 17:23:06 +0000 |
commit | 13e66efef835e64606fd932213aceba5c8e2acca (patch) | |
tree | 184d3efda23e998de77d08291e8c502a477e1d94 /lib/libXi/src/XIint.h | |
parent | 025adb89135dda6f21becac4408eb28353137d30 (diff) |
import from X.Org 7.2RC2
Diffstat (limited to 'lib/libXi/src/XIint.h')
-rw-r--r-- | lib/libXi/src/XIint.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/libXi/src/XIint.h b/lib/libXi/src/XIint.h new file mode 100644 index 000000000..0924a887c --- /dev/null +++ b/lib/libXi/src/XIint.h @@ -0,0 +1,17 @@ +/* $XFree86: xc/lib/Xi/XIint.h,v 3.2 2003/07/07 15:34:22 eich Exp $ */ + +/* + * XIint.h - Header definition and support file for the internal + * support routines used by the Xi library. + */ + +#ifndef _XIINT_H_ +#define _XIINT_H_ + +extern XExtDisplayInfo *XInput_find_display(Display *); + +extern int _XiCheckExtInit(Display *, int, XExtDisplayInfo *); + +extern XExtensionVersion *_XiGetExtensionVersion(Display *, _Xconst char *); + +#endif |