annotate etc/custom/face.xpm @ 2365:ce4aa0ef8af1

[xemacs-hg @ 2004-11-04 07:48:14 by ben] Major work on internals manual. Rearranged many chapters so as to lie in coherent divisions. Add tons of stuff to Future Work, Old Future Work, Discussions. Add lots of stuff to Mule section (Multilingual ...). Remove index.texi, incorporate into internals.texi. Section on early history and an introduction. Section on XEmacs split. Lots of new MS Windows docs Mostly recently: Windows-I18N docs. Lots if new I18N docs. Loads of other stuff. .
author ben
date Thu, 04 Nov 2004 07:48:14 +0000
parents 5a88923fcbfe
children 7910031dd78a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
1 /* XPM */
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
2 static char *face[] = {
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
3 /* width height num_colors chars_per_pixel */
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
4 " 17 17 4 1",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
5 /* colors */
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
6 ". c #000000",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
7 "a c #a8b038",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
8 "b c #f8f800",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
9 "c s None c None",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
10 /* pixels */
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
11 "ccccccccccccccccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
12 "ccccccccccccccccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
13 "cccccbbbbbbcccccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
14 "ccccbbbbbbbbccccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
15 "cccbbbbbbbbbbcccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
16 "ccbbbbbbbbbbbbccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
17 "cbbaaabbbbaaabbcc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
18 "cbbbbbbbbbbbbbbcc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
19 "cbbbbbbaabbbbbbcc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
20 "cbbbbbbaabbbbbbcc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
21 "cbbbbbbaabbbbbbcc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
22 "cbbbbbaaaabbbbbcc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
23 "ccbbabbbbbbabbccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
24 "cccbbabbbbabbcccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
25 "ccccbbaaaabbccccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
26 "cccccbbbbbbcccccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
27 "ccccccccccccccccc"
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
28 };