Added 16x16 mouse pointer (cursor) shapes. (Useful for Mac OS X.)
This commit is contained in:
parent
aec0dcc442
commit
3e8f9a7a90
25 changed files with 195 additions and 45 deletions
6
src/mouse/16x16/watch-mask.xbm
Normal file
6
src/mouse/16x16/watch-mask.xbm
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#define watch_mask_width 16
|
||||
#define watch_mask_height 16
|
||||
static unsigned char watch_mask_bits[] = {
|
||||
0xc0, 0x01, 0xe0, 0x03, 0xe0, 0x03, 0xe0, 0x03, 0xf0, 0x07, 0xf8, 0x0f,
|
||||
0xfc, 0x1f, 0xfc, 0x3f, 0xfc, 0x1f, 0xf8, 0x0f, 0xf0, 0x07, 0xe0, 0x03,
|
||||
0xe0, 0x03, 0xe0, 0x03, 0xe0, 0x03, 0xc0, 0x01 };
|
||||
Loading…
Add table
Add a link
Reference in a new issue