/* @(#)waitmask.ic X10/6.6 11/3/86 */ #define waitmask_width 16 #define waitmask_height 16 #define waitmask_x_hot 7 #define waitmask_y_hot 7 static char waitmask_bits[] = { 0xf0, 0x07, 0xf8, 0x0f, 0xfc, 0x1f, 0xfe, 0x3f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xfe, 0x3f, 0xfc, 0x1f, 0xfe, 0x3f, 0xfe, 0x3f, 0xfe, 0x3f};