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
5
src/mouse/16x16/tiny.xbm
Normal file
5
src/mouse/16x16/tiny.xbm
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/* Created with The GIMP */
|
||||
#define tiny_width 7
|
||||
#define tiny_height 7
|
||||
static unsigned char tiny_bits[] = {
|
||||
0x00, 0x08, 0x08, 0x3e, 0x08, 0x08, 0x00 };
|
||||
Loading…
Add table
Add a link
Reference in a new issue