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
2024-12-19 00:19:35 -05:00

8 lines
318 B
C

#define move_width 16
#define move_height 16
#define move_x_hot 8
#define move_y_hot 8
static char move_bits[] = {
0xff, 0xff, 0xff, 0xfe, 0x7f, 0xfd, 0x7f, 0xfd, 0xbf, 0xfb, 0xbf, 0xfb,
0x4f, 0xe5, 0x33, 0x99, 0xfd, 0x7f, 0x33, 0x99, 0x4f, 0xe5, 0xbf, 0xfb,
0xbf, 0xfb, 0x7f, 0xfd, 0x7f, 0xfd, 0xff, 0xfe };