diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:39 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:39 +0000 |
commit | e096ac42209e3f383cd4e52cb4e2dff564bdbc8e (patch) | |
tree | a88fdd134f3fb83dfa9fdd7c769d15aec8643efa /src/XIint.h | |
parent | 3d0889d2b8d326319e17ffc49e114892ef54f979 (diff) |
merge latest (4.3.99.16) from XFree86 (vendor) branchXORG-RELEASE-1-BASEXEVIE-MERGEXEVIE-BASEXINERAMA_2XEVIE
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 |