/* @(#)button.ic X10/6.6B 12/26/86 */ #define button_width 19 #define button_height 19 static short button_bits[] = { 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0200, 0x0000, 0x0700, 0x0000, 0x0f80, 0x0000, 0x1fc0, 0x0000, 0x0700, 0x0000, 0x0700, 0x0000, 0x0000, 0x0000, 0x0700, 0x0000, 0x0700, 0x0000, 0x1fc0, 0x0000, 0x0f80, 0x0000, 0x0700, 0x0000, 0x0200, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000};