#define deskq_width 16
#define deskq_height 16
#define deskq_x_hot -1
#define deskq_y_hot -1
static char deskq_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x18, 0x00, 0x1c, 0x00, 0x1e,
   0x00, 0x1f, 0x80, 0x1f, 0xc0, 0x1f, 0xe0, 0x1f, 0xf0, 0x1f, 0xf8, 0x1f,
   0xfc, 0x1f, 0xfe, 0x1f, 0xff, 0x1f, 0x00, 0x00};
