#define dmover_mask_width 11 #define dmover_mask_height 11 #define dmover_mask_x_hot 6 #define dmover_mask_y_hot 6 static char dmover_mask_bits[] = { 0x00, 0x00, 0xf8, 0x00, 0xf8, 0x01, 0xf8, 0x01, 0xfe, 0x03, 0xfe, 0x07, 0xfc, 0x07, 0xf8, 0x03, 0xf0, 0x01, 0xe0, 0x00, 0x40, 0x00};