Mercurial > hg > xemacs-beta
comparison src/bitmaps.h @ 74:54cc21c15cbb r20-0b32
Import from CVS: tag r20-0b32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:04:33 +0200 |
parents | 131b0175ea99 |
children | c0c698873ce1 |
comparison
equal
deleted
inserted
replaced
73:e2d7a37b7c8d | 74:54cc21c15cbb |
---|---|
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 | |
99 /* Three dots indicating truncation */ | 100 /* Three dots indicating truncation */ |
100 #define truncator_width 7 | 101 #define truncator_width 7 |
101 #define truncator_height 8 | 102 #define truncator_height 8 |
102 static unsigned char truncator_bits[] = { | 103 static unsigned char truncator_bits[] = { |
103 0x06, 0x06, 0x00, 0x18, 0x18, 0x00, 0x60, 0x60}; | 104 0x06, 0x06, 0x00, 0x18, 0x18, 0x00, 0x60, 0x60}; |
105 #endif | |
106 | |
107 /* A Right pointing Arrow */ | |
108 #define truncator_width 6 | |
109 #define truncator_height 10 | |
110 static char truncator_bits[] = { | |
111 0xc0,0xc4,0xc8,0xd0,0xff,0xd0,0xc8,0xc4,0xc0,0xc0}; | |
112 | |
113 /* A Left pointing Arrow */ | |
114 #define hscroll_width 6 | |
115 #define hscroll_height 10 | |
116 static char hscroll_bits[] = { | |
117 0xc0,0xc8,0xc4,0xc2,0xff,0xc2,0xc4,0xc8,0xc0,0xc0}; | |
104 | 118 |
105 #if 0 | 119 #if 0 |
106 #define rarrow_width 12 | 120 #define rarrow_width 12 |
107 #define rarrow_height 10 | 121 #define rarrow_height 10 |
108 static unsigned char rarrow_bits[] = { | 122 static unsigned char rarrow_bits[] = { |