#define copydrag_width 16
#define copydrag_height 16
#define copydrag_x_hot 6
#define copydrag_y_hot 7
static char copydrag_bits[] = {
   0x00, 0x00, 0x40, 0x02, 0xa0, 0x07, 0x10, 0x0f, 0x08, 0x1e, 0x04, 0x3c,
   0x1e, 0x7f, 0x10, 0x0f, 0x10, 0x0f, 0x1e, 0x7f, 0x04, 0x3c, 0x08, 0x1e,
   0x10, 0x0f, 0xa0, 0x07, 0x40, 0x02, 0x00, 0x00};
