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/crosshair.xbm
Normal file
6
src/mouse/16x16/crosshair.xbm
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#define crosshair_width 16
|
||||
#define crosshair_height 16
|
||||
static unsigned char crosshair_bits[] = {
|
||||
0x00, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00,
|
||||
0x00, 0x00, 0x3e, 0x3e, 0x00, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00,
|
||||
0x80, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
||||
Loading…
Add table
Add a link
Reference in a new issue