Revision: | 1.1 |
Committed: | Sat Feb 22 02:07:26 2003 UTC (22 years, 2 months ago) by greg |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | rad3R5 |
Log Message: | Changes and check-in for 3.5 release Includes new source files and modifications not recorded for many years See ray/doc/notes/ReleaseNotes for notes between 3.1 and 3.5 release |
# | Content |
---|---|
1 | /* RCSid: $Id$ */ |
2 | /* |
3 | * Definitions for MacIntosh plotting routines |
4 | */ |
5 | |
6 | #undef TRUE |
7 | |
8 | #undef FALSE |
9 | |
10 | #include <quickdraw.h> |
11 | |
12 | |
13 | #define mapx(x) CONV(x, dxsize) |
14 | |
15 | #define mapy(y) (dysize - 1 - CONV(y, dysize)) |
16 | |
17 | |
18 | extern int pati[]; |
19 | |
20 | extern Pattern macpat[]; /* fill patterns */ |
21 | |
22 | extern dxsize, dysize; /* plot dimensions */ |