#define cu_drag_box_mask_width 16
#define cu_drag_box_mask_height 16
#define cu_drag_box_mask_x_hot 7
#define cu_drag_box_mask_y_hot 7
static char cu_drag_box_mask_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xe0, 0x03,
   0xfc, 0x1f, 0xfc, 0x1f, 0xfc, 0x1f, 0xe0, 0x03, 0xc0, 0x01, 0xc0, 0x01,
   0xc0, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
