home *** CD-ROM | disk | FTP | other *** search
/ Kyūkyoku!! X68000 Emulator / X68000Book.dat / mac / OLS / X68000 / Ko-Window / kowin14b.lzh / kficons / Position.INC < prev    next >
Text File  |  1991-09-27  |  536b  |  13 lines

  1. #ifndef CLASS
  2. #define CLASS static
  3. #endif
  4. struct { short x,y,buf1[16],buf2[16]; } PositionPattern ={ 7,7,
  5. /*static    short    Position1[] = */{
  6.     ~0x0000, ~0x0100, ~0x0100, ~0x0100, ~0x0100, ~0x0100, ~0x0100, ~0x7FFC, ~0x0100, ~0x0100, ~0x0100, ~0x0100, ~0x0100, ~0x0100, ~0x0000, ~0x0000
  7. },
  8. /*static    short    Position2[] = */{
  9.     0x0000, 0x0100, 0x0100, 0x0100, 0x0100, 0x0100, 0x0100, 0x7FFC, 0x0100, 0x0100, 0x0100, 0x0100, 0x0100, 0x0100, 0x0000, 0x0000
  10. },
  11. };
  12. /*CLASS    Sheet    PositionPattern = { 16, 16, 1, Position1, Position2 };*/
  13.