diff options
author | rws <empty> | 1991-02-22 15:25:50 +0000 |
---|---|---|
committer | rws <empty> | 1991-02-22 15:25:50 +0000 |
commit | e219cd84e2d7d32200a7ad6ce69a8eeba05e0dce (patch) | |
tree | 7f5e4ef96a378290e0db26264452615aa346bd39 /xc/lib/Xi/XSetMode.c | |
parent | 373065de9f98d0b575fd039d7ad20739f1bbd22a (diff) |
fix status
Diffstat (limited to 'xc/lib/Xi/XSetMode.c')
-rw-r--r-- | xc/lib/Xi/XSetMode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/lib/Xi/XSetMode.c b/xc/lib/Xi/XSetMode.c index 6c49f386a..8d757db28 100644 --- a/xc/lib/Xi/XSetMode.c +++ b/xc/lib/Xi/XSetMode.c @@ -1,4 +1,4 @@ -/* $XConsortium: XSetMode.c,v 1.4 89/12/06 20:38:55 rws Exp $ */ +/* $Header: XSetMode.c,v 1.1 90/06/20 14:11:40 xbuild ic1C-80 $ */ /************************************************************ Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, California, and the @@ -59,6 +59,6 @@ XSetDeviceMode (dpy, dev, mode) (void) _XReply (dpy, (xReply *) &rep, 0, xTrue); UnlockDisplay(dpy); SyncHandle(); - return (Success); + return (rep.status); } |