From a6ac883ddbdcab26fbfe732be5d249b4a6db5b5f Mon Sep 17 00:00:00 2001 From: rws Date: Mon, 21 Feb 1994 11:59:58 +0000 Subject: change time from int* to Time* --- xc/lib/Xi/XGtFocus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xc/lib/Xi') diff --git a/xc/lib/Xi/XGtFocus.c b/xc/lib/Xi/XGtFocus.c index 12e76ece7..a93a88674 100644 --- a/xc/lib/Xi/XGtFocus.c +++ b/xc/lib/Xi/XGtFocus.c @@ -1,4 +1,4 @@ -/* $XConsortium: XGtFocus.c,v 1.4 89/12/06 20:38:40 rws Exp $ */ +/* $XConsortium: XGtFocus.c,v 1.5 94/02/14 17:39:27 rws Exp $ */ /************************************************************ Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, California, and the @@ -42,7 +42,7 @@ XGetDeviceFocus (dpy, dev, focus, revert_to, time) XDevice *dev; Window *focus; int *revert_to; - int *time; + Time *time; { xGetDeviceFocusReq *req; xGetDeviceFocusReply rep; -- cgit v1.2.3