| Revision: | 1 |
| Committed: | Tue Apr 28 20:35:01 2026 UTC (2 months, 3 weeks ago) by operz |
| Content type: | image/x-xbitmap |
| File size: | 320 byte(s) |
| Log Message: | Import data |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | operz | 1 | #define cursor_mask_width 17 |
| 2 | #define cursor_mask_height 12 | ||
| 3 | static char cursor_mask_bits[] = { | ||
| 4 | 0x20, 0x00, 0x00, 0x90, 0x20, 0x00, 0x40, 0x40, 0x00, 0x0c, 0x40, 0x00, | ||
| 5 | 0x1c, 0x8f, 0x00, 0x9c, 0xbf, 0x00, 0xfc, 0x3f, 0x01, 0xfc, 0x7f, 0x01, | ||
| 6 | 0xfe, 0x7f, 0x01, 0xfe, 0xff, 0x00, 0xff, 0xff, 0x00, 0xff, 0x7f, 0x00}; |