diff options
author | rws <empty> | 1994-02-14 17:38:14 +0000 |
---|---|---|
committer | rws <empty> | 1994-02-14 17:38:14 +0000 |
commit | cbd86900a400bd8cf0785590f1a86bb8c07e0916 (patch) | |
tree | 3696c735248cdd4407230fcbcf95f25c333f7b45 /xc/lib/Xi | |
parent | 1d34a581f8abf57a58d538112b1e7ac7173bc48e (diff) |
CheckExtInit -> _XiCheckExtInit
make versions static
Diffstat (limited to 'xc/lib/Xi')
-rw-r--r-- | xc/lib/Xi/XExtInt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xc/lib/Xi/XExtInt.c b/xc/lib/Xi/XExtInt.c index f2a5a377e..9c702d7d8 100644 --- a/xc/lib/Xi/XExtInt.c +++ b/xc/lib/Xi/XExtInt.c @@ -1,4 +1,4 @@ -/* $XConsortium: XExtInt.c,v 1.30 94/02/07 23:47:55 rws Exp $ */ +/* $XConsortium: XExtInt.c,v 1.31 94/02/07 23:49:49 rws Exp $ */ /************************************************************ Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, California, and the @@ -91,7 +91,7 @@ static XEXT_GENERATE_ERROR_STRING (XInputError, xinput_extension_name, * */ -XExtensionVersion versions[] = {{XI_Absent,0,0}, +static XExtensionVersion versions[] = {{XI_Absent,0,0}, {XI_Present, XI_Initial_Release_Major, XI_Initial_Release_Minor}, {XI_Present, XI_Add_XDeviceBell_Major, XI_Add_XDeviceBell_Minor}, {XI_Present, XI_Add_XSetDeviceValuators_Major, @@ -152,7 +152,7 @@ _xidevicebusy (dpy, error) * */ -CheckExtInit(dpy, version_index) +_XiCheckExtInit(dpy, version_index) register Display *dpy; register int version_index; { |