diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-22 12:48:40 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-22 12:48:40 +0930 |
commit | 50990b8deb8b8484e9e02e313387ea4d2ddbd242 (patch) | |
tree | 2d65124b7a4a6aeafb0f02af88ad5f24402c1fcd /src/XIint.h | |
parent | 26dde5aaf4bbc89140cc4e3d13fe18036041022d (diff) | |
parent | 145947ed603207e85a7fcb502f88717a22dfec55 (diff) |
Merge branch 'master' into mpx
Diffstat (limited to 'src/XIint.h')
-rw-r--r-- | src/XIint.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/XIint.h b/src/XIint.h index c5c3460..51ea1e8 100644 --- a/src/XIint.h +++ b/src/XIint.h @@ -14,4 +14,11 @@ extern int _XiCheckExtInit(Display *, int, XExtDisplayInfo *); extern XExtensionVersion *_XiGetExtensionVersion(Display *, _Xconst char *, int, int, XExtDisplayInfo *); +extern Status _XiEventToWire( + register Display * /* dpy */, + register XEvent * /* re */, + register xEvent ** /* event */, + register int * /* count */ +); + #endif |