summary refs log tree commit diff
path: root/cursors/bsd_cursor_mask.xbm
blob: 0a6dcdd6a534ef402e1f184cf3231e96fa96e720 (plain)
1
2
3
4
5
6
#define bsd_cursor_mask_width 17
#define bsd_cursor_mask_height 12
static unsigned char bsd_cursor_mask_bits[] = {
   0xe0, 0x0f, 0x00, 0xf8, 0x3f, 0x00, 0xfc, 0x7f, 0x00, 0xfe, 0xff, 0x00,
   0xff, 0xff, 0x01, 0xff, 0xff, 0x01, 0xff, 0xff, 0x01, 0xff, 0xff, 0x01,
   0xfe, 0xff, 0x00, 0xfc, 0x7f, 0x00, 0xf8, 0x3f, 0x00, 0xe0, 0x0f, 0x00};