diff options
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 0924a88..f35619c 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 *); +extern XExtensionVersion *_XiGetExtensionVersion(Display *, _Xconst char *, XExtDisplayInfo *); #endif |