summary refs log tree commit diff
path: root/cursors/petal_cursor.xbm
blob: f486f38aea61fbc6079ce5d0d16ac32c1d354098 (plain)
1
2
3
4
5
6
7
8
#define petal_cursor_width 9
#define petal_cursor_height 14
#define petal_cursor_x_hot 4
#define petal_cursor_y_hot 12
static unsigned char petal_cursor_bits[] = {
   0x00, 0x00, 0x6c, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00,
   0x7c, 0x00, 0x7c, 0x00, 0x7c, 0x00, 0x38, 0x00, 0x38, 0x00, 0x10, 0x00,
   0x10, 0x00, 0x00, 0x00};