XIint.h revision c43cc173
1/* $XFree86: xc/lib/Xi/XIint.h,v 3.2 2003/07/07 15:34:22 eich Exp $ */ 2 3/* 4 * XIint.h - Header definition and support file for the internal 5 * support routines used by the Xi library. 6 */ 7 8#ifndef _XIINT_H_ 9#define _XIINT_H_ 10 11extern XExtDisplayInfo *XInput_find_display(Display *); 12 13extern int _XiCheckExtInit(Display *, int, XExtDisplayInfo *); 14 15extern XExtensionVersion *_XiGetExtensionVersion(Display *, _Xconst char *, XExtDisplayInfo *); 16 17#endif 18