Mercurial > hg > xemacs-beta
comparison src/offix-cursors.h @ 243:f220cc83d72e r20-5b20
Import from CVS: tag r20-5b20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:17:07 +0200 |
parents | acd284d43ca1 |
children |
comparison
equal
deleted
inserted
replaced
242:fc816b73a05f | 243:f220cc83d72e |
---|---|
42 0x00, 0xc0, 0xff, 0xff, 0x7f, 0x00, 0x00, 0x80, 0xff, 0xff, 0x7f, 0x00}; | 42 0x00, 0xc0, 0xff, 0xff, 0x7f, 0x00, 0x00, 0x80, 0xff, 0xff, 0x7f, 0x00}; |
43 #define cursor_width 10 | 43 #define cursor_width 10 |
44 #define cursor_height 16 | 44 #define cursor_height 16 |
45 #define cursor_x_hot 0 | 45 #define cursor_x_hot 0 |
46 #define cursor_y_hot 0 | 46 #define cursor_y_hot 0 |
47 #if 0 /* unused */ | |
47 static unsigned char cursor_bits[] = { | 48 static unsigned char cursor_bits[] = { |
48 0x00, 0x00, 0x02, 0x00, 0x06, 0x00, 0x0e, 0x00, 0x1e, 0x00, 0x3e, 0x00, | 49 0x00, 0x00, 0x02, 0x00, 0x06, 0x00, 0x0e, 0x00, 0x1e, 0x00, 0x3e, 0x00, |
49 0x7e, 0x00, 0xfe, 0x00, 0xfe, 0x01, 0x3e, 0x00, 0x36, 0x00, 0x62, 0x00, | 50 0x7e, 0x00, 0xfe, 0x00, 0xfe, 0x01, 0x3e, 0x00, 0x36, 0x00, 0x62, 0x00, |
50 0x60, 0x00, 0xc0, 0x00, 0xc0, 0x00, 0x00, 0x00}; | 51 0x60, 0x00, 0xc0, 0x00, 0xc0, 0x00, 0x00, 0x00}; |
52 #endif /* unused */ | |
51 #define dir_width 42 | 53 #define dir_width 42 |
52 #define dir_height 24 | 54 #define dir_height 24 |
53 #define dir_x_hot 1 | 55 #define dir_x_hot 1 |
54 #define dir_y_hot 1 | 56 #define dir_y_hot 1 |
55 static unsigned char dir_bits[] = { | 57 static unsigned char dir_bits[] = { |