1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-04-03 18:14:15 +00:00
.dotfiles/assets/e16-themes/eGirl/e16/artwork/cursors/move.xbm.mask
2024-12-19 00:19:35 -05:00

6 lines
276 B
Text

#define move_width 16
#define move_height 16
static char move_bits[] = {
0x00, 0x00, 0x00, 0x01, 0x80, 0x03, 0x80, 0x03, 0xc0, 0x07, 0xc0, 0x07,
0xb0, 0x1b, 0xfc, 0x7f, 0xfe, 0xff, 0xfc, 0x7f, 0xb0, 0x1b, 0xc0, 0x07,
0xc0, 0x07, 0x80, 0x03, 0x80, 0x03, 0x00, 0x01 };