#define ACTIVE_PASSIVE_WIDTH 13 #define ACTIVE_PASSIVE_HEIGHT 13 static char active_passive_bits[] = { 0x00, 0x00, 0x40, 0x00, 0xe0, 0x00, 0xf0, 0x01, 0xf8, 0x03, 0xfc, 0x07, 0xfe, 0x0f, 0xfc, 0x07, 0xf8, 0x03, 0xf0, 0x01, 0xe0, 0x00, 0x40, 0x00, 0x00, 0x00 }; static XImage ximage;