diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/XIint.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/XIint.h b/src/XIint.h new file mode 100644 index 0000000..1e8f124 --- /dev/null +++ b/src/XIint.h @@ -0,0 +1,24 @@ +/* $XFree86: xc/lib/Xi/XIint.h,v 3.1 2001/08/01 00:44:39 tsi 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( +#if NeedFunctionPrototypes + Display* +#endif +); + +extern int _XiCheckExtInit( +#if NeedFunctionPrototypes + Display*, + int +#endif +); + +#endif |