aboutsummaryrefslogtreecommitdiff
path: root/games/xmille/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'games/xmille/files/patch-aa')
-rw-r--r--games/xmille/files/patch-aa48
1 files changed, 0 insertions, 48 deletions
diff --git a/games/xmille/files/patch-aa b/games/xmille/files/patch-aa
deleted file mode 100644
index e4901f80ece5..000000000000
--- a/games/xmille/files/patch-aa
+++ /dev/null
@@ -1,48 +0,0 @@
-*** 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)