mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
49 lines
1.3 KiB
Plaintext
49 lines
1.3 KiB
Plaintext
*** 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)
|