diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-04-26 17:07:39 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-04-27 16:31:52 +0930 |
commit | c142891001e53b3c9d1d4a0cfcb0ff555c2f0070 (patch) | |
tree | 788b0ac42f52fbab4c896c71a6c928a4b1785c9f /src/XIint.h | |
parent | 94284e40f5fc9bf30cc2cc5915f6adb22de7bffe (diff) |
Deprecate XGetExtensionVersion(), replace with XQueryInputVersion().
We need XI to be able to do some sort of versioning support.
Diffstat (limited to 'src/XIint.h')
-rw-r--r-- | src/XIint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XIint.h b/src/XIint.h index f35619c..c5c3460 100644 --- a/src/XIint.h +++ b/src/XIint.h @@ -12,6 +12,6 @@ extern XExtDisplayInfo *XInput_find_display(Display *); extern int _XiCheckExtInit(Display *, int, XExtDisplayInfo *); -extern XExtensionVersion *_XiGetExtensionVersion(Display *, _Xconst char *, XExtDisplayInfo *); +extern XExtensionVersion *_XiGetExtensionVersion(Display *, _Xconst char *, int, int, XExtDisplayInfo *); #endif |