Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!necntc!ames!sdcsvax!ucbvax!ZERMATT.LCS.MIT.EDU!RWS From: RWS@ZERMATT.LCS.MIT.EDU (Robert Scheifler) Newsgroups: comp.windows.x Subject: missing semi in lib/X/XSetCRects.c Message-ID: <870921075849.7.RWS@KILLINGTON.LCS.MIT.EDU> Date: Mon, 21-Sep-87 07:58:00 EDT Article-I.D.: KILLINGT.870921075849.7.RWS Posted: Mon Sep 21 07:58:00 1987 Date-Received: Tue, 22-Sep-87 02:05:16 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 34 *** /tmp/,RCSt1012640 Mon Sep 21 07:54:40 1987 --- XSetCRects.c Mon Sep 21 07:52:00 1987 *************** *** 1,6 **** #include "copyright.h" ! /* $Header: XSetCRects.c,v 11.13 87/08/24 18:53:17 newman Exp $ */ /* Copyright Massachusetts Institute of Technology 1986 */ #include "Xlibint.h" --- 1,6 ---- #include "copyright.h" ! /* $Header: XSetCRects.c,v 11.14 87/09/21 07:51:47 rws Exp $ */ /* Copyright Massachusetts Institute of Technology 1986 */ #include "Xlibint.h" *************** *** 16,22 **** { LockDisplay(dpy); _XSetClipRectangles (dpy, gc, clip_x_origin, clip_y_origin, rectangles, n, ! ordering) UnlockDisplay(dpy); SyncHandle(); } --- 16,22 ---- { LockDisplay(dpy); _XSetClipRectangles (dpy, gc, clip_x_origin, clip_y_origin, rectangles, n, ! ordering); UnlockDisplay(dpy); SyncHandle(); }