Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!ll-xn!ames!ucbcad!ucbvax!AVALON.BERKELEY.EDU!dcmartin From: dcmartin@AVALON.BERKELEY.EDU (David C. Martin) Newsgroups: comp.windows.x Subject: X10.4 modifcations for Sun Message-ID: <8710241811.AA04855@avalon.berkeley.edu> Date: Sat, 24-Oct-87 14:11:29 EST Article-I.D.: avalon.8710241811.AA04855 Posted: Sat Oct 24 14:11:29 1987 Date-Received: Mon, 26-Oct-87 04:44:39 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 24 If anyone picked up the modifications for libsun from postgres.Berkeley.EDU, there was a bug in StippleFill. Here is the patch. dcm -------- 2c2 < static char rcsid[] = "$Header: fill.c,v 10.5 87/10/21 16:17:01 dcmartin Exp $"; --- > static char rcsid[] = "$Header: fill.c,v 10.8 87/10/24 11:06:17 dcmartin Exp $"; 208,209c208,211 < REPLSTENCIL(PixRect, tleft, ttop, twidth, theight, op, < stencil_pr); --- > REPLSTENCIL(PixRect, tleft, ttop, twidth, theight, > op | PIX_COLOR(fgcolor), > stencil_pr, 0, 0, > (struct pixrect *) NULL, 0, 0); 237,238c239,241 < pr_replrop(PixRect, tleft, ttop, twidth, theight, op, < stencil_pr, tleft & 15, ttop & 15); --- > pr_replrop(PixRect, tleft, ttop, twidth, theight, > op, > stencil_pr, tleft, ttop);