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

  1. #define xdvi_width 15
  2. #define xdvi_height 15
  3. #define xdvi_x_hot 7
  4. #define xdvi_y_hot 7
  5. static short xdvi_bits[] = {
  6.    0x0080, 0x01c0, 0x03e0, 0x06b0,
  7.    0x0c98, 0x188c, 0x3086, 0x7fff,
  8.    0x3086, 0x188c, 0x0c98, 0x06b0,
  9.    0x03e0, 0x01c0, 0x0080};
  10.