diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:15 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:15 +0000 |
commit | 1b4f7c4f6dbbc62db74f433a73d129ae507642cd (patch) | |
tree | a88fdd134f3fb83dfa9fdd7c769d15aec8643efa /src/XIint.h | |
parent | 3986f13c9319b4f64c7b2ec56391370735e7d51d (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330
Diffstat (limited to 'src/XIint.h')
-rw-r--r-- | src/XIint.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/XIint.h b/src/XIint.h index 1e8f124..8dfe80a 100644 --- a/src/XIint.h +++ b/src/XIint.h @@ -1,4 +1,4 @@ -/* $XFree86: xc/lib/Xi/XIint.h,v 3.1 2001/08/01 00:44:39 tsi Exp $ */ +/* $XFree86: xc/lib/Xi/XIint.h,v 3.3 2003/11/17 22:20:22 dawes Exp $ */ /* * XIint.h - Header definition and support file for the internal @@ -9,16 +9,17 @@ #define _XIINT_H_ extern XExtDisplayInfo * XInput_find_display( -#if NeedFunctionPrototypes Display* -#endif ); extern int _XiCheckExtInit( -#if NeedFunctionPrototypes Display*, int -#endif +); + +extern XExtensionVersion * _XiGetExtensionVersion( + Display*, + _Xconst char* ); #endif |