summaryrefslogtreecommitdiff
path: root/src/SendEvent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/SendEvent.c')
-rw-r--r--src/SendEvent.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/SendEvent.c b/src/SendEvent.c
index e6db9d3..6d30763 100644
--- a/src/SendEvent.c
+++ b/src/SendEvent.c
@@ -24,7 +24,7 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/lib/X11/SendEvent.c,v 1.4 2001/12/14 19:54:05 dawes Exp $ */
+/* $XFree86: xc/lib/X11/SendEvent.c,v 1.5 2003/04/13 19:22:17 dawes Exp $ */
#define NEED_EVENTS
#include "Xlibint.h"
@@ -43,7 +43,10 @@ XSendEvent(dpy, w, propagate, event_mask, event)
{
register xSendEventReq *req;
xEvent ev;
- register Status (**fp)();
+ register Status (**fp)(
+ Display * /* dpy */,
+ XEvent * /* re */,
+ xEvent * /* event */);
Status status;
LockDisplay (dpy);