summary refs log tree commit diff
path: root/cursors/bsd_cursor.xbm
blob: 51bf06e87ed4e423051366f4d731aef6c908c0f5 (plain)
1
2
3
4
5
6
7
8
#define bsd_cursor_width 17
#define bsd_cursor_height 12
#define bsd_cursor_x_hot 8
#define bsd_cursor_y_hot 6
static unsigned char bsd_cursor_bits[] = {
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x63, 0xc4, 0xff,
   0x5b, 0xb7, 0xfe, 0x63, 0xb4, 0xfe, 0xdb, 0xb5, 0xfe, 0x63, 0xc4, 0xfe,
   0xfd, 0x7f, 0xff, 0xf3, 0x8f, 0xff, 0x07, 0xc0, 0xff, 0x1f, 0xf0, 0xff};