#define cu_dragbox_mask_width 16
#define cu_dragbox_mask_height 16
#define cu_dragbox_mask_x_hot 8
#define cu_dragbox_mask_y_hot 7
static char cu_dragbox_mask_bits[] = {
   0x00, 0x00, 0x00, 0x01, 0x80, 0x03, 0xc0, 0x07, 0xe0, 0x0f, 0xc0, 0x07,
   0x80, 0x03, 0x80, 0x03, 0x80, 0x03, 0xc0, 0x07, 0xe0, 0x0f, 0xc0, 0x07,
   0x80, 0x03, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00};
