/*
 * $Header: /n/homeserver/i/gounares/pu/apex/src/apex/RCS/qmark_bmp,v 1.1 93/01/06 03:28:12 gounares Exp Locker: gounares $
 */
#define qmark_bmp_width 16
#define qmark_bmp_height 16
static char qmark_bmp_bits[] = {
   0xc0, 0x07, 0xe0, 0x0f, 0x70, 0x1c, 0x70, 0x1c, 0x20, 0x1c, 0x00, 0x1e,
   0x00, 0x0f, 0x00, 0x07, 0x80, 0x03, 0x80, 0x01, 0x80, 0x01, 0x00, 0x00,
   0x80, 0x01, 0xc0, 0x03, 0xc0, 0x03, 0x80, 0x01};
