Mercurial > hg > xemacs-beta
comparison src/bitmaps.h @ 80:1ce6082ce73f r20-0b90
Import from CVS: tag r20-0b90
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:06:37 +0200 |
parents | c0c698873ce1 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
79:5b0a5bbffab6 | 80:1ce6082ce73f |
---|---|
103 static unsigned char truncator_bits[] = { | 103 static unsigned char truncator_bits[] = { |
104 0x06, 0x06, 0x00, 0x18, 0x18, 0x00, 0x60, 0x60}; | 104 0x06, 0x06, 0x00, 0x18, 0x18, 0x00, 0x60, 0x60}; |
105 #endif | 105 #endif |
106 | 106 |
107 /* A Right pointing Arrow */ | 107 /* A Right pointing Arrow */ |
108 #define truncator_width 6 | 108 #define truncator_width 8 |
109 #define truncator_height 10 | 109 #define truncator_height 10 |
110 static unsigned char truncator_bits[] = { | 110 static unsigned char truncator_bits[] = { |
111 0xc0,0xc4,0xc8,0xd0,0xff,0xd0,0xc8,0xc4,0xc0,0xc0}; | 111 0x00, 0x18, 0x30, 0x60, 0xff, 0xff, 0x60, 0x30, 0x18, 0x00}; |
112 | 112 |
113 /* A Left pointing Arrow */ | 113 /* A Left pointing Arrow */ |
114 #define hscroll_width 6 | 114 #define hscroll_width 8 |
115 #define hscroll_height 10 | 115 #define hscroll_height 10 |
116 static unsigned char hscroll_bits[] = { | 116 static unsigned char hscroll_bits[] = { |
117 0xc0,0xc8,0xc4,0xc2,0xff,0xc2,0xc4,0xc8,0xc0,0xc0}; | 117 0x00, 0x18, 0x0c, 0x06, 0xff, 0xff, 0x06, 0x0c, 0x18, 0x00}; |
118 | 118 |
119 #if 0 | 119 #if 0 |
120 #define rarrow_width 12 | 120 #define rarrow_width 12 |
121 #define rarrow_height 10 | 121 #define rarrow_height 10 |
122 static unsigned char rarrow_bits[] = { | 122 static unsigned char rarrow_bits[] = { |