/* @(#)waitmask.ic X10/6.6B 12/26/86 */ #define waitmask_width 16 #define waitmask_height 16 #define waitmask_x_hot 7 #define waitmask_y_hot 7 static short waitmask_bits[] = { 0x07f0, 0x0ff8, 0x1ffc, 0x3ffe, 0x7fff, 0x7fff, 0x7fff, 0x7fff, 0x7fff, 0x7fff, 0x7fff, 0x3ffe, 0x1ffc, 0x3ffe, 0x3ffe, 0x3ffe};