diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-02-26 16:33:24 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-03-03 14:42:36 +1000 |
commit | c56b75732f4506bae234a5cda474c837bb274d6b (patch) | |
tree | 699a0ab81723447fd9ea9fdef8f66fd99dc02811 /src/XIint.h | |
parent | 5ead375009f53c9a4634dc8f1939463ac8ef510a (diff) |
Back out the XQueryInputVersion hack, restore previous state.
XI2 should use a separate request to query the version rather than piggy-back
on an existing badly defined request.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
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 57ed95d..97828e4 100644 --- a/src/XIint.h +++ b/src/XIint.h @@ -12,7 +12,7 @@ extern XExtDisplayInfo *XInput_find_display(Display *); extern int _XiCheckExtInit(Display *, int, XExtDisplayInfo *); -extern XExtensionVersion *_XiGetExtensionVersion(Display *, _Xconst char *, int, int, XExtDisplayInfo *); +extern XExtensionVersion *_XiGetExtensionVersion(Display *, _Xconst char *, XExtDisplayInfo *); extern Status _XiEventToWire( register Display * /* dpy */, |