Mercurial > emacs
annotate src/gnu.h @ 90906:f8694254fa1d
(w32font_info): Remove subranges.
(QCsubranges, Qmodern, Qswiss, Qroman): Remove.
(QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
(Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
(Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
(Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
(Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
(Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
(Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
(Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
(Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
New symbols.
(font_callback_data): New struct.
(w32font_list, w32font_match): Use it.
(w32font_open): Don't populate subranges.
(w32font_has_char): Use script Lisp symbols, not subrange bitmask.
(w32font_encode_char): Always return unicode code-point as-is.
(w32font_text_extents): Supply a tranformation matrix to
GetGlyphOutline. Never look up by glyph index. Avoid looping
twice. Use unicode version of GetTexExtentPoint32 instead of
glyph index version.
(set_fonts_frame): Remove
(w32_enumfont_pattern_entity): Add frame parameter, use it to
set frame parameter. Use backward compatible fake foundries.
Save generic family in extra slot under QCfamily. Make width slot
constant. Save QCspacing value. Save list of scripts instead of
binary subranges.
(w32_generic_family, logfonts_match, font_matches_spec): New functions.
(add_font_entity_to_list): Use font_callback_data struct. Filter
unwanted fonts.
(add_one_font_entity_to_list): Use font_callback_data struct.
(w32_registry): Default to iso10646_1;
(fill_in_logfont): Use dpi from extra slot. Don't bother with
string font registries. Don't fill in font name if it is a generic
family name, fill family instead. Use spacing, family and script
extra info to fill pitch, family and charset fields.
(list_all_matching_fonts): Use font_callback_data struct.
(unicode_range_for_char): Remove.
(font_supported_scripts): New function.
(w32font_initialize): Remove.
(syms_of_w32font): Update which symbols are defined.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 02 Jun 2007 23:42:23 +0000 |
parents | dd7c098af727 |
children | f55f9811f5d7 |
rev | line source |
---|---|
75907
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
1 /* XPM */ |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
2 /* Emacs "E" icon |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
3 |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
4 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
5 |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
6 Author: Andrew Zhilin <andrew_zhilin@yahoo.com> |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
7 |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
8 This file is part of GNU Emacs. |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
9 |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
10 GNU Emacs is free software; you can redistribute it and/or modify |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
11 it under the terms of the GNU General Public License as published by |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
12 the Free Software Foundation; either version 2, or (at your option) |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
13 any later version. |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
14 |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
15 GNU Emacs is distributed in the hope that it will be useful, |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
16 but WITHOUT ANY WARRANTY; without even the implied warranty of |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
18 GNU General Public License for more details. |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
19 |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
20 You should have received a copy of the GNU General Public License |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
21 along with GNU Emacs; see the file COPYING. If not, write to |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
22 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
23 Boston, MA 02110-1301, USA. |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
24 |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
25 Commentary: |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
26 |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
27 This is a version of one of the GNU Emacs icon set posted to |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
28 emacs-devel in October 2005 by Andrew Zhilin. |
fb451bd50b89
Add copyright and license info.
Glenn Morris <rgm@gnu.org>
parents:
66931
diff
changeset
|
29 */ |
66919
a9d1837b115c
* gnu.h (gnu_bits): Xpm version of the new Emacs icon.
Chong Yidong <cyd@stupidchicken.com>
parents:
52401
diff
changeset
|
30 #if defined (HAVE_XPM) && defined (HAVE_X_WINDOWS) |
66931
1a573209abf9
* xfns.c (xg_set_icon_from_xpm_data): New function.
Chong Yidong <cyd@stupidchicken.com>
parents:
66928
diff
changeset
|
31 static char * gnu_xpm_bits[] = { |
66927 | 32 "32 32 173 2", |
66919
a9d1837b115c
* gnu.h (gnu_bits): Xpm version of the new Emacs icon.
Chong Yidong <cyd@stupidchicken.com>
parents:
52401
diff
changeset
|
33 " c None", |
66927 | 34 ". c #67627D", |
35 "+ c #5F5A76", | |
36 "@ c #78748C", | |
37 "# c #DCDBE1", | |
38 "$ c #CFCED7", | |
39 "% c #B8B5C7", | |
40 "& c #ADA9C1", | |
41 "* c #A6A3B9", | |
42 "= c #9995A9", | |
43 "- c #878398", | |
44 "; c #C2C0CD", | |
45 "> c #9591AE", | |
46 ", c #9B97B3", | |
47 "' c #BDBACC", | |
48 ") c #9C98B3", | |
49 "! c #A9A6B9", | |
50 "~ c #8D89A0", | |
51 "{ c #A9A5BC", | |
52 "] c #938FAB", | |
53 "^ c #B4B2C5", | |
54 "/ c #F8F8FA", | |
55 "( c #E4E3EA", | |
56 "_ c #BCB9CB", | |
57 ": c #9390A5", | |
58 "< c #5E5A75", | |
59 "[ c #8B87A1", | |
60 "} c #918DA9", | |
61 "| c #BAB7C9", | |
62 "1 c #FFFFFF", | |
63 "2 c #F1F1F4", | |
64 "3 c #B4B1C4", | |
65 "4 c #9D99AF", | |
66 "5 c #5D5974", | |
67 "6 c #8E8AA5", | |
68 "7 c #A3A0B6", | |
69 "8 c #F8F8F9", | |
70 "9 c #9F9CB3", | |
71 "0 c #8C88A3", | |
72 "a c #938FA9", | |
73 "b c #C6C4D1", | |
74 "c c #B7B4C5", | |
75 "d c #9D99B1", | |
76 "e c #5C5873", | |
77 "f c #8985A0", | |
78 "g c #B5B3C4", | |
79 "h c #F0F0F3", | |
80 "i c #A6A3B7", | |
81 "j c #9B98AE", | |
82 "k c #5C5872", | |
83 "l c #88849D", | |
84 "m c #A6A3B6", | |
85 "n c #F8F7F9", | |
86 "o c #C3C1CE", | |
87 "p c #9996AB", | |
88 "q c #5B5772", | |
89 "r c #85819A", | |
90 "s c #9491A7", | |
91 "t c #E0DFE6", | |
92 "u c #C2C0CC", | |
93 "v c #8C88A0", | |
94 "w c #9894A9", | |
95 "x c #5A5671", | |
96 "y c #838097", | |
97 "z c #B2B0BE", | |
98 "A c #F7F7F8", | |
99 "B c #D8D7DE", | |
100 "C c #928FA4", | |
101 "D c #9491A5", | |
102 "E c #5A5670", | |
103 "F c #817D95", | |
104 "G c #A9A6B6", | |
105 "H c #A8A5B6", | |
106 "I c #928FA3", | |
107 "J c #59556F", | |
108 "K c #7E7B91", | |
109 "L c #BEBDC8", | |
110 "M c #AEACBA", | |
111 "N c #908DA0", | |
112 "O c #5B5771", | |
113 "P c #58546D", | |
114 "Q c #65617A", | |
115 "R c #E0DFE4", | |
116 "S c #8E8B9E", | |
117 "T c #7A778D", | |
118 "U c #5A566F", | |
119 "V c #57536C", | |
120 "W c #58546F", | |
121 "X c #A19EAE", | |
122 "Y c #EAEAED", | |
123 "Z c #F5F4F6", | |
124 "` c #A19FAE", | |
125 " . c #625F78", | |
126 ".. c #77748A", | |
127 "+. c #59556E", | |
128 "@. c #56526B", | |
129 "#. c #807D90", | |
130 "$. c #D5D4DA", | |
131 "%. c #9693A3", | |
132 "&. c #767387", | |
133 "*. c #55516A", | |
134 "=. c #534F68", | |
135 "-. c #9491A1", | |
136 ";. c #F4F4F6", | |
137 ">. c #9E9CAA", | |
138 ",. c #5D5971", | |
139 "'. c #737084", | |
140 "). c #545068", | |
141 "!. c #504D64", | |
142 "~. c #F4F4F5", | |
143 "{. c #DEDDE2", | |
144 "]. c #5A576D", | |
145 "^. c #716F81", | |
146 "/. c #56526A", | |
147 "(. c #524F67", | |
148 "_. c #4D4A61", | |
149 ":. c #9A99A6", | |
150 "<. c #848292", | |
151 "[. c #6F6C7F", | |
152 "}. c #545169", | |
153 "|. c #514E65", | |
154 "1. c #4A475D", | |
155 "2. c #6B697B", | |
156 "3. c #D2D1D6", | |
157 "4. c #F4F3F5", | |
158 "5. c #9998A4", | |
159 "6. c #6C6A7B", | |
160 "7. c #535067", | |
161 "8. c #504C64", | |
162 "9. c #474459", | |
163 "0. c #747282", | |
164 "a. c #D1D0D5", | |
165 "b. c #E8E8EA", | |
166 "c. c #8C8A97", | |
167 "d. c #676576", | |
168 "e. c #4E4B62", | |
169 "f. c #444156", | |
170 "g. c #727080", | |
171 "h. c #E8E7EA", | |
172 "i. c #8A8996", | |
173 "j. c #656374", | |
174 "k. c #524F66", | |
175 "l. c #423F53", | |
176 "m. c #B8B7BE", | |
177 "n. c #D0CFD4", | |
178 "o. c #4E4B5E", | |
179 "p. c #636171", | |
180 "q. c #4C485E", | |
181 "r. c #434054", | |
182 "s. c #3F3C4F", | |
183 "t. c #575465", | |
184 "u. c #CFCED3", | |
185 "v. c #646272", | |
186 "w. c #504C62", | |
187 "x. c #4B475D", | |
188 "y. c #3D3A4C", | |
189 "z. c #494657", | |
190 "A. c #7A7884", | |
191 "B. c #B7B6BC", | |
192 "C. c #DADADD", | |
193 "D. c #4F4B61", | |
194 "E. c #49455B", | |
195 "F. c #3A3748", | |
196 "G. c #5E5C6A", | |
197 "H. c #908E98", | |
198 "I. c #C1C0C6", | |
199 "J. c #F3F2F4", | |
200 "K. c #777581", | |
201 "L. c #474458", | |
202 "M. c #434053", | |
203 "N. c #3C3A4A", | |
204 "O. c #373544", | |
205 "P. c #454256", | |
66921
09213e2cace9
Meh. Use the 32x32 version.
Chong Yidong <cyd@stupidchicken.com>
parents:
66920
diff
changeset
|
206 " ", |
66927 | 207 " ", |
208 " . + + + + + + + + + + + + + + + + + + + + + + + ", | |
209 " @ # $ % & & & & & & & & & & & & & & & & & & * = @ + ", | |
210 " @ - ; > > > > > > > > > > , ' ' ) > > > > > > > > ! . + ", | |
211 " @ ~ { ] ] ] ] ] ] ] ] ] ] ] ] ^ / ( _ ] ] ] ] ] ] ] : < ", | |
212 " . [ } } } } } } } } } } } } } } | 1 1 2 3 } } } } } 4 < ", | |
213 " 5 6 6 6 6 6 6 6 6 6 6 6 6 6 6 7 8 1 1 1 8 6 6 6 6 6 9 5 ", | |
214 " 5 0 0 0 0 0 0 0 0 0 0 0 0 a b 8 1 1 1 1 c 0 0 0 0 0 d 5 ", | |
215 " e f f f f f f f f f f f g h 1 1 1 1 h i f f f f f f j e ", | |
216 " k l l l l l l l l l m h 1 1 1 1 n o l l l l l l l l p k ", | |
217 " q r r r r r r r s t 1 1 1 1 1 u v r r r r r r r r r w q ", | |
218 " x y y y y y y z A 1 1 1 1 B C y y y y y y y y y y y D e ", | |
219 " E F F F F F G 1 1 1 1 A H F F F F F F F F F F F F F I k ", | |
220 " J K K K K K L 1 1 1 1 M K K K K K K K K K K K K K K N O ", | |
221 " P q q q q q Q R 1 1 1 S q q q q q q q q q q q q q q T U ", | |
222 " V W W W W W W W X Y 1 Z ` .W W W W W W W W W W W W ..+. ", | |
223 " @.@.@.@.@.@.@.#.$.1 1 1 1 1 %.@.@.@.@.@.@.@.@.@.@.@.&.P ", | |
224 " *.=.=.=.=.=.-.1 1 1 1 ;.>.,.=.=.=.=.=.=.=.=.=.=.=.=.'.V ", | |
225 " ).!.!.!.!.!.~.1 1 1 {.].!.!.!.!.!.!.!.!.!.!.!.!.!.!.^./. ", | |
226 " (._._._._._.:.1 1 1 <._._._._._._._._._._._._._._._.[.}. ", | |
227 " |.1.1.1.1.1.1.2.3.1 4.5.1.1.1.1.1.1.1.1.1.1.1.1.1.1.6.7. ", | |
228 " 8.9.9.9.9.9.9.9.9.0.a.1 b.c.9.9.9.9.9.9.9.9.9.9.9.9.d.). ", | |
229 " e.f.f.f.f.f.f.f.f.f.f.g.h.1 h.i.f.f.f.f.f.f.f.f.f.f.j.k. ", | |
230 " _.l.l.l.l.l.l.l.l.l.l.l.l.m.1 1 n.o.l.l.l.l.l.l.l.l.p.|. ", | |
231 " q.r.s.s.s.s.s.s.s.s.s.s.s.t.1 1 1 u.s.s.s.s.s.s.s.s.v.w. ", | |
232 " x.9.y.y.y.y.y.y.y.y.z.A.B.1 1 1 1 C.y.y.y.y.y.y.y.y.d.D. ", | |
233 " E.E.r.F.F.F.F.F.F.F.F.G.H.I.J.I.K.F.F.F.F.F.F.F.F.r.E.E. ", | |
234 " L.L.M.N.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.N.M.L.L. ", | |
235 " P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P. ", | |
236 " ", | |
66921
09213e2cace9
Meh. Use the 32x32 version.
Chong Yidong <cyd@stupidchicken.com>
parents:
66920
diff
changeset
|
237 " "}; |
66931
1a573209abf9
* xfns.c (xg_set_icon_from_xpm_data): New function.
Chong Yidong <cyd@stupidchicken.com>
parents:
66928
diff
changeset
|
238 #endif /* defined (HAVE_XPM) && defined (HAVE_X_WINDOWS) */ |
1a573209abf9
* xfns.c (xg_set_icon_from_xpm_data): New function.
Chong Yidong <cyd@stupidchicken.com>
parents:
66928
diff
changeset
|
239 |
1a573209abf9
* xfns.c (xg_set_icon_from_xpm_data): New function.
Chong Yidong <cyd@stupidchicken.com>
parents:
66928
diff
changeset
|
240 #define gnu_xbm_width 50 |
1a573209abf9
* xfns.c (xg_set_icon_from_xpm_data): New function.
Chong Yidong <cyd@stupidchicken.com>
parents:
66928
diff
changeset
|
241 #define gnu_xbm_height 50 |
1a573209abf9
* xfns.c (xg_set_icon_from_xpm_data): New function.
Chong Yidong <cyd@stupidchicken.com>
parents:
66928
diff
changeset
|
242 static unsigned char gnu_xbm_bits[] = { |
1113 | 243 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
244 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, | |
245 0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x01, 0x00, 0x00, | |
246 0x00, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x0e, | |
247 0x00, 0x00, 0x0c, 0x00, 0x70, 0x00, 0x1e, 0x00, 0x00, 0x06, 0xc0, 0xdd, | |
248 0x01, 0x34, 0x00, 0x00, 0x07, 0x3c, 0x07, 0x03, 0x34, 0x00, 0x80, 0x03, | |
249 0x1f, 0x06, 0x06, 0x24, 0x00, 0x80, 0x03, 0x0f, 0x04, 0x0c, 0x26, 0x00, | |
250 0xc0, 0x81, 0x07, 0x00, 0x08, 0x33, 0x00, 0x60, 0xc1, 0xe3, 0x80, 0xbb, | |
251 0x31, 0x00, 0x30, 0xe1, 0x33, 0xfe, 0xff, 0x18, 0x00, 0x10, 0xf1, 0x31, | |
252 0xc7, 0xe3, 0x1f, 0x00, 0x10, 0xf1, 0xd8, 0x01, 0x05, 0x3c, 0x00, 0x10, | |
253 0x83, 0x6c, 0x00, 0x1a, 0x40, 0x00, 0x10, 0x66, 0x36, 0x54, 0xd5, 0xff, | |
254 0x00, 0x30, 0x3c, 0xdb, 0xab, 0x3a, 0x2a, 0x00, 0x60, 0x80, 0xe9, 0x54, | |
66928
f48f5b0d7e1e
Revert accidental corruption of xbm image.
Chong Yidong <cyd@stupidchicken.com>
parents:
66927
diff
changeset
|
255 0x35, 0x00, 0x00, 0xe0, 0xe0, 0x6c, 0xb9, 0x6a, 0x00, 0x00, 0x80, 0x37, |
f48f5b0d7e1e
Revert accidental corruption of xbm image.
Chong Yidong <cyd@stupidchicken.com>
parents:
66927
diff
changeset
|
256 0xb6, 0x66, 0x75, 0x00, 0x00, 0x00, 0x0f, 0xb6, 0xb4, 0x6a, 0x00, 0x00, |
1113 | 257 0x00, 0x06, 0xb3, 0x77, 0x75, 0x00, 0x00, 0x00, 0xe1, 0x19, 0xa7, 0x6a, |
258 0x00, 0x00, 0xc0, 0xff, 0x19, 0x48, 0xf5, 0x00, 0x00, 0x40, 0x75, 0x15, | |
259 0xaf, 0xea, 0x00, 0x00, 0x00, 0x70, 0x35, 0x66, 0xd5, 0x00, 0x00, 0x00, | |
260 0x58, 0x6a, 0x80, 0xea, 0x00, 0x00, 0x00, 0xdc, 0xaa, 0x80, 0xd5, 0x01, | |
261 0x00, 0x00, 0x9c, 0x27, 0x03, 0xeb, 0x01, 0x00, 0x00, 0xbc, 0x65, 0x04, | |
262 0xd4, 0x01, 0x00, 0x00, 0x3c, 0x55, 0xed, 0x6b, 0x03, 0x00, 0x00, 0x3e, | |
263 0xcd, 0x2a, 0x3e, 0x02, 0x00, 0x00, 0x7e, 0xb9, 0x2a, 0xb8, 0x03, 0x00, | |
264 0x00, 0x7c, 0x93, 0x3d, 0x91, 0x03, 0x00, 0x00, 0x7c, 0x76, 0x77, 0x96, | |
265 0x01, 0x00, 0x00, 0xf8, 0x6d, 0xf6, 0xc4, 0x01, 0x00, 0x00, 0xf8, 0xdd, | |
266 0xfe, 0xc3, 0x01, 0x00, 0x00, 0xf0, 0xb1, 0xfd, 0xfc, 0x01, 0x00, 0x00, | |
267 0xd0, 0x2f, 0xe7, 0xc1, 0x00, 0x00, 0x00, 0xc0, 0x4f, 0xe6, 0x61, 0x00, | |
268 0x00, 0x00, 0x80, 0xff, 0xf6, 0x7f, 0x00, 0x00, 0x00, 0x80, 0xfe, 0x1c, | |
269 0x3e, 0x00, 0x00, 0x00, 0x00, 0xfa, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, | |
270 0xf8, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa0, 0x02, 0x00, 0x00, 0x00, | |
271 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | |
272 0x00, 0x00}; | |
66919
a9d1837b115c
* gnu.h (gnu_bits): Xpm version of the new Emacs icon.
Chong Yidong <cyd@stupidchicken.com>
parents:
52401
diff
changeset
|
273 |
52401 | 274 /* arch-tag: b57020c7-c937-4d77-8ca6-3875178d9828 |
275 (do not change this comment) */ |