home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
x
/
volume3
/
xdvi
/
part02
/
xdvi_mask.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1989-03-07
|
222 b
|
8 lines
#define xdvi_mask_width 15
#define xdvi_mask_height 15
static short xdvi_mask_bits[] = {
0x01c0, 0x03e0, 0x07f0, 0x0ff8,
0x1ffc, 0x3ffe, 0x7fff, 0x7fff,
0x7fff, 0x3ffe, 0x1ffc, 0x0ff8,
0x07f0, 0x03e0, 0x01c0};