#define drag_horiz_mask_width 17 #define drag_horiz_mask_height 7 #define drag_horiz_mask_x_hot 8 #define drag_horiz_mask_y_hot 3 static unsigned char drag_horiz_mask_bits[] = { 0x08, 0x20, 0x00, 0x0c, 0x60, 0x00, 0xfe, 0xff, 0x00, 0xff, 0xff, 0x01, 0xfe, 0xff, 0x00, 0x0c, 0x60, 0x00, 0x08, 0x20, 0x00};