home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume3 / xdvi / part02 / xdvi_mask.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-03-07  |  222 b   |  8 lines

  1. #define xdvi_mask_width 15
  2. #define xdvi_mask_height 15
  3. static short xdvi_mask_bits[] = {
  4.    0x01c0, 0x03e0, 0x07f0, 0x0ff8,
  5.    0x1ffc, 0x3ffe, 0x7fff, 0x7fff,
  6.    0x7fff, 0x3ffe, 0x1ffc, 0x0ff8,
  7.    0x07f0, 0x03e0, 0x01c0};
  8.