diff options
Diffstat (limited to 'games/xmille/files/patch-aa')
-rw-r--r-- | games/xmille/files/patch-aa | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/games/xmille/files/patch-aa b/games/xmille/files/patch-aa new file mode 100644 index 000000000000..e4901f80ece5 --- /dev/null +++ b/games/xmille/files/patch-aa @@ -0,0 +1,48 @@ +*** drawcard.c.orig Thu Sep 16 00:47:18 1993 +--- drawcard.c Thu Sep 16 00:41:29 1993 +*************** +*** 183,194 **** + WIDTH, HEIGHT); + + XSetForeground(dpy, cheap_gc, bits_p); +! XSetStipple(dpy, cheap_gc, bits); + XFillRectangle (dpy, cards[i].bits, cheap_gc, 0, 0, + WIDTH, HEIGHT); + + XSetForeground(dpy, cheap_gc, mask_p); +! XSetStipple(dpy, cheap_gc, mask); + XFillRectangle (dpy, cards[i].bits, cheap_gc, 0, 0, + WIDTH, HEIGHT); + +--- 183,194 ---- + WIDTH, HEIGHT); + + XSetForeground(dpy, cheap_gc, bits_p); +! XSetStipple(dpy, cheap_gc, mask); + XFillRectangle (dpy, cards[i].bits, cheap_gc, 0, 0, + WIDTH, HEIGHT); + + XSetForeground(dpy, cheap_gc, mask_p); +! XSetStipple(dpy, cheap_gc, bits); + XFillRectangle (dpy, cards[i].bits, cheap_gc, 0, 0, + WIDTH, HEIGHT); + +*** roll.c.orig Thu Apr 2 06:15:57 1992 +--- roll.c Thu Sep 16 00:36:38 1993 +*************** +*** 7,13 **** + + # define reg register + +! # if (! defined ultrix && ! defined mips && ! defined vax) + # define MAXRAND 32767L + + roll(ndie, nsides) +--- 7,13 ---- + + # define reg register + +! # if (! defined ultrix && ! defined mips && ! defined vax && ! defined __386BSD__ && ! defined __FreeBSD__) + # define MAXRAND 32767L + + roll(ndie, nsides) |