Added 16x16 mouse pointer (cursor) shapes. (Useful for Mac OS X.)

This commit is contained in:
William Kendrick 2004-09-29 06:06:11 +00:00
parent aec0dcc442
commit 3e8f9a7a90
25 changed files with 195 additions and 45 deletions

5
src/mouse/16x16/tiny.xbm Normal file
View 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 };