#define localcursor_width 11 #define localcursor_height 11 #define localcursor_x_hot 5 #define localcursor_y_hot 5 #ifndef WIN32 static char localcursor_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; #else /* doesn't work under X */ static char localcursor_bits[] = { 0x20, 0x00, 0x20, 0x00, 0x24, 0x01, 0x20, 0x00, 0x20, 0x00, 0xdf, 0x07, 0x20, 0x00, 0x20, 0x00, 0x24, 0x01, 0x20, 0x00, 0x20, 0x00}; #endif #define localmask_width 11 #define localmask_height 11 #define localmask_x_hot 5 #define localmask_y_hot 5 static char localmask_bits[] = { 0x20, 0x00, 0x20, 0x00, 0x24, 0x01, 0x20, 0x00, 0x20, 0x00, 0xdf, 0x07, 0x20, 0x00, 0x20, 0x00, 0x24, 0x01, 0x20, 0x00, 0x20, 0x00};