summary refs log tree commit diff
path: root/bitmaps/dog/jl4l/cursor.xbm
blob: e7d2ca31ee9131f1f83d42af2f2b0ef3063f2d80 (plain)
1
2
3
4
5
6
7
8
#define cursor_width 17
#define cursor_height 12
#define cursor_x_hot 8
#define cursor_y_hot 7
static char cursor_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x0c, 0x60, 0x00, 0x12, 0x90, 0x00, 0xe1, 0x1f, 0x01, 0x02, 0x80, 0x00,
   0x02, 0x80, 0x00, 0xe1, 0x0f, 0x01, 0x12, 0x90, 0x00, 0x0c, 0x60, 0x00};