#define bordcursor_width 16 #define bordcursor_height 16 #define bordcursor_x_hot 7 #define bordcursor_y_hot 7 static char bordcursor_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x0c, 0x18, 0xf0, 0x07, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xf0, 0x07, 0x0c, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};