From 1b4f7c4f6dbbc62db74f433a73d129ae507642cd Mon Sep 17 00:00:00 2001 From: Kaleb Keithley Date: Tue, 25 Nov 2003 19:28:15 +0000 Subject: XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks --- src/XExtInt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/XExtInt.c') diff --git a/src/XExtInt.c b/src/XExtInt.c index ebd0614..09d1aa2 100644 --- a/src/XExtInt.c +++ b/src/XExtInt.c @@ -45,7 +45,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ********************************************************/ -/* $XFree86: xc/lib/Xi/XExtInt.c,v 3.7 2002/10/16 00:37:28 dawes Exp $ */ +/* $XFree86: xc/lib/Xi/XExtInt.c,v 3.8 2003/07/07 15:34:22 eich Exp $ */ /*********************************************************************** * @@ -196,7 +196,7 @@ _XiCheckExtInit(dpy, version_index) return (-1); } ((XInputData *) info->data)->vers = - XGetExtensionVersion (dpy, "XInputExtension"); + _XiGetExtensionVersion (dpy, "XInputExtension"); } if (versions[version_index].major_version > Dont_Check) -- cgit v1.2.1