#define cu_drag_box_width 16
#define cu_drag_box_height 16
#define cu_drag_box_x_hot 7
#define cu_drag_box_y_hot 7
static char cu_drag_box_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00,
   0xc0, 0x01, 0x78, 0x0f, 0xc0, 0x01, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
