Mercurial > hg > xemacs-beta
comparison src/bitmaps.h @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 9ee227acff29 |
children | 54cc21c15cbb |
comparison
equal
deleted
inserted
replaced
69:804d1389bcd6 | 70:131b0175ea99 |
---|---|
94 #define continuer_width 7 | 94 #define continuer_width 7 |
95 #define continuer_height 10 | 95 #define continuer_height 10 |
96 static unsigned char continuer_bits[] = { | 96 static unsigned char continuer_bits[] = { |
97 0x00, 0xbc, 0xfc, 0xe0, 0xe0, 0x72, 0x3e, 0x1e, 0x1e, 0x3e}; | 97 0x00, 0xbc, 0xfc, 0xe0, 0xe0, 0x72, 0x3e, 0x1e, 0x1e, 0x3e}; |
98 | 98 |
99 #if 0 | |
100 /* Three dots indicating truncation */ | 99 /* Three dots indicating truncation */ |
101 #define truncator_width 7 | 100 #define truncator_width 7 |
102 #define truncator_height 8 | 101 #define truncator_height 8 |
103 static unsigned char truncator_bits[] = { | 102 static unsigned char truncator_bits[] = { |
104 0x06, 0x06, 0x00, 0x18, 0x18, 0x00, 0x60, 0x60}; | 103 0x06, 0x06, 0x00, 0x18, 0x18, 0x00, 0x60, 0x60}; |
105 #endif | |
106 | |
107 /* A Right pointing Arrow */ | |
108 #define truncator_width 8 | |
109 #define truncator_height 10 | |
110 static unsigned char truncator_bits[] = { | |
111 0x00, 0x18, 0x30, 0x60, 0xff, 0xff, 0x60, 0x30, 0x18, 0x00}; | |
112 | |
113 /* A Left pointing Arrow */ | |
114 #define hscroll_width 8 | |
115 #define hscroll_height 10 | |
116 static unsigned char hscroll_bits[] = { | |
117 0x00, 0x18, 0x0c, 0x06, 0xff, 0xff, 0x06, 0x0c, 0x18, 0x00}; | |
118 | 104 |
119 #if 0 | 105 #if 0 |
120 #define rarrow_width 12 | 106 #define rarrow_width 12 |
121 #define rarrow_height 10 | 107 #define rarrow_height 10 |
122 static unsigned char rarrow_bits[] = { | 108 static unsigned char rarrow_bits[] = { |