Mercurial > hg > xemacs-beta
comparison src/bitmaps.h @ 0:376386a54a3c r19-14
Import from CVS: tag r19-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:45:50 +0200 |
parents | |
children | 4b173ad71786 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:376386a54a3c |
---|---|
1 /* This file is part of XEmacs. | |
2 | |
3 XEmacs is free software; you can redistribute it and/or modify it | |
4 under the terms of the GNU General Public License as published by the | |
5 Free Software Foundation; either version 2, or (at your option) any | |
6 later version. | |
7 | |
8 XEmacs is distributed in the hope that it will be useful, but WITHOUT | |
9 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
10 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
11 for more details. | |
12 | |
13 You should have received a copy of the GNU General Public License | |
14 along with XEmacs; see the file COPYING. If not, write to | |
15 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
16 Boston, MA 02111-1307, USA. */ | |
17 | |
18 /* Synched up with: Not in FSF. */ | |
19 | |
20 /* Authorship: | |
21 | |
22 JWZ (?): 1992?. | |
23 */ | |
24 | |
25 #ifndef _XEMACS_BITMAPS_H_ | |
26 #define _XEMACS_BITMAPS_H_ | |
27 | |
28 #if 0 | |
29 /* A gnu, like on the back of the emacs manual, for icons. */ | |
30 #include "../etc/gnu.xbm" | |
31 | |
32 /* The kitchen-sink icon. */ | |
33 #include "../etc/sink.xbm" | |
34 #endif /* 0 */ | |
35 | |
36 #include "../etc/xemacs.xbm" | |
37 | |
38 #if 0 | |
39 /* Vertical bars */ | |
40 #define compress_width 16 | |
41 #define compress_height 10 | |
42 static unsigned char compress_bits[] = { | |
43 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, | |
44 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66}; | |
45 | |
46 /* Bracketed dash */ | |
47 #define compress_width 15 | |
48 #define compress_height 10 | |
49 static unsigned char compress_bits[] = { | |
50 0x1f, 0x7c, 0x1f, 0x7c, 0x03, 0x60, 0x03, 0x60, 0xe3, 0x63, 0xe3, 0x63, | |
51 0x03, 0x60, 0x03, 0x60, 0x1f, 0x7c, 0x1f, 0x7c}; | |
52 #endif | |
53 | |
54 #if 0 | |
55 /* Rectangled dash */ | |
56 #define compress_width 15 | |
57 #define compress_height 10 | |
58 static unsigned char compress_bits[] = { | |
59 0xff, 0x7f, 0xff, 0x7f, 0x03, 0x60, 0x03, 0x60, 0xe3, 0x63, 0xe3, 0x63, | |
60 0x03, 0x60, 0x03, 0x60, 0xff, 0x7f, 0xff, 0x7f}; | |
61 #endif | |
62 | |
63 #if 0 | |
64 #define extent_begin_width 18 | |
65 #define extent_begin_height 10 | |
66 static unsigned char extent_begin_bits[] = { | |
67 0x0c, 0x00, 0x00, 0xcc, 0x00, 0x00, 0xcc, 0x0c, 0x00, 0xcc, 0xcc, 0x00, | |
68 0xcc, 0xcc, 0x00, 0xcc, 0xcc, 0x00, 0xcc, 0xcc, 0x00, 0xcc, 0x0c, 0x00, | |
69 0xcc, 0x00, 0x00, 0x0c, 0x00, 0x00}; | |
70 | |
71 #define extent_end_width 18 | |
72 #define extent_end_height 10 | |
73 static unsigned char extent_end_bits[] = { | |
74 0x00, 0xc0, 0x00, 0x00, 0xcc, 0x00, 0xc0, 0xcc, 0x00, 0xcc, 0xcc, 0x00, | |
75 0xcc, 0xcc, 0x00, 0xcc, 0xcc, 0x00, 0xcc, 0xcc, 0x00, 0xc0, 0xcc, 0x00, | |
76 0x00, 0xcc, 0x00, 0x00, 0xc0, 0x00}; | |
77 #endif | |
78 | |
79 #if 0 | |
80 /* A diamond. */ | |
81 #define continuer_width 8 | |
82 #define continuer_height 10 | |
83 static unsigned char continuer_bits[] = { | |
84 0x18, 0x18, 0x34, 0x34, 0x62, 0x62, 0x34, 0x34, 0x18, 0x18}; | |
85 | |
86 /* A left-pointing triangle. */ | |
87 #define truncator_width 8 | |
88 #define truncator_height 10 | |
89 static unsigned char truncator_bits[] = { | |
90 0x40, 0x60, 0x70, 0x78, 0x7c, 0x7c, 0x78, 0x70, 0x60, 0x40}; | |
91 #endif | |
92 | |
93 /* An arrow pointing to the next line */ | |
94 #define continuer_width 7 | |
95 #define continuer_height 10 | |
96 static unsigned char continuer_bits[] = { | |
97 0x00, 0xbc, 0xfc, 0xe0, 0xe0, 0x72, 0x3e, 0x1e, 0x1e, 0x3e}; | |
98 | |
99 /* Three dots indicating truncation */ | |
100 #define truncator_width 7 | |
101 #define truncator_height 8 | |
102 static unsigned char truncator_bits[] = { | |
103 0x06, 0x06, 0x00, 0x18, 0x18, 0x00, 0x60, 0x60}; | |
104 | |
105 #if 0 | |
106 #define rarrow_width 12 | |
107 #define rarrow_height 10 | |
108 static unsigned char rarrow_bits[] = { | |
109 0x40, 0x00, 0xc0, 0x00, 0x80, 0x01, 0x80, 0x03, 0xfe, 0x07, 0xfe, 0x07, | |
110 0x80, 0x03, 0x80, 0x01, 0xc0, 0x00, 0x40, 0x00}; | |
111 #endif | |
112 | |
113 /* Stipples */ | |
114 | |
115 #if 0 | |
116 /* A stipple for hilighting. */ | |
117 #define selection_width 16 | |
118 #define selection_height 16 | |
119 static unsigned char selection_bits[] = { | |
120 0x04, 0x84, 0x80, 0x00, 0x00, 0x20, 0x02, 0x04, 0x40, 0x00, 0x08, 0x82, | |
121 0x00, 0x10, 0x40, 0x00, 0x02, 0x40, 0x00, 0x02, 0x10, 0x00, 0x80, 0x80, | |
122 0x00, 0x08, 0x08, 0x00, 0x01, 0x02, 0x40, 0x20}; | |
123 | |
124 #define secondary_selection_width 16 | |
125 #define secondary_selection_height 16 | |
126 static unsigned char secondary_selection_bits[] = { | |
127 0x08, 0x08, 0x04, 0x04, 0x02, 0x02, 0x01, 0x01, 0x80, 0x80, 0x40, 0x40, | |
128 0x20, 0x20, 0x10, 0x10, 0x08, 0x08, 0x04, 0x04, 0x02, 0x02, 0x01, 0x01, | |
129 0x80, 0x80, 0x40, 0x40, 0x20, 0x20, 0x10, 0x10}; | |
130 | |
131 #define overlap_selection_width 16 | |
132 #define overlap_selection_height 16 | |
133 static unsigned char overlap_selection_bits[] = { | |
134 0x09, 0x88, 0x84, 0x04, 0x02, 0x22, 0x01, 0x05, 0x80, 0x80, 0x48, 0x42, | |
135 0x20, 0x20, 0x50, 0x10, 0x0a, 0x48, 0x04, 0x04, 0x12, 0x02, 0x01, 0x01, | |
136 0x80, 0x88, 0x48, 0x40, 0x21, 0xa2, 0x50, 0x10}; | |
137 | |
138 #define default0_stipple_width 16 | |
139 #define default0_stipple_height 16 | |
140 static unsigned char default0_stipple_bits[] = { | |
141 0x00, 0x00, 0x66, 0x66, 0x66, 0x66, 0x00, 0x00, 0x00, 0x00, 0x66, 0x66, | |
142 0x66, 0x66, 0x00, 0x00, 0x00, 0x00, 0x66, 0x66, 0x66, 0x66, 0x00, 0x00, | |
143 0x00, 0x00, 0x66, 0x66, 0x66, 0x66, 0x00, 0x00}; | |
144 | |
145 #define default1_stipple_width 16 | |
146 #define default1_stipple_height 16 | |
147 static unsigned char default1_stipple_bits[] = { | |
148 0x00, 0x00, 0x22, 0x22, 0x22, 0x22, 0x00, 0x00, 0x00, 0x00, 0x22, 0x22, | |
149 0x22, 0x22, 0x00, 0x00, 0x00, 0x00, 0x22, 0x22, 0x22, 0x22, 0x00, 0x00, | |
150 0x00, 0x00, 0x22, 0x22, 0x22, 0x22, 0x00, 0x00}; | |
151 #endif | |
152 | |
153 #endif /* _XEMACS_BITMAPS_H_ */ |