summaryrefslogtreecommitdiff
path: root/xc/lib/Xi/XExtInt.c
diff options
context:
space:
mode:
authorrws <empty>1994-02-21 11:12:45 +0000
committerrws <empty>1994-02-21 11:12:45 +0000
commitfa5a7d9ca44ce2598500cc07c865fcbbc859f432 (patch)
tree15e6950ca8371844bbeac63039b807fcf141e371 /xc/lib/Xi/XExtInt.c
parent73bf4832c427855b2ce111d47dd1f181564b8d06 (diff)
XInputEventToWire -> _XiEventToWire
Diffstat (limited to 'xc/lib/Xi/XExtInt.c')
-rw-r--r--xc/lib/Xi/XExtInt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xc/lib/Xi/XExtInt.c b/xc/lib/Xi/XExtInt.c
index 9c702d7d8..aad8307fa 100644
--- a/xc/lib/Xi/XExtInt.c
+++ b/xc/lib/Xi/XExtInt.c
@@ -1,4 +1,4 @@
-/* $XConsortium: XExtInt.c,v 1.31 94/02/07 23:49:49 rws Exp $ */
+/* $XConsortium: XExtInt.c,v 1.32 94/02/14 17:38:14 rws Exp $ */
/************************************************************
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, California, and the
@@ -47,7 +47,7 @@ static /* const */ char *xinput_extension_name = INAME;
static int XInputClose();
static char *XInputError();
static Bool XInputWireToEvent();
-Status XInputEventToWire();
+Status _XiEventToWire();
static /* const */ XEvent emptyevent;
typedef struct _XInputData
@@ -68,7 +68,7 @@ static /* const */ XExtensionHooks xinput_extension_hooks = {
NULL, /* free_font */
XInputClose, /* close_display */
XInputWireToEvent, /* wire_to_event */
- XInputEventToWire, /* event_to_wire */
+ _XiEventToWire, /* event_to_wire */
NULL, /* error */
XInputError, /* error_string */
};