annotate lisp/toolbar/home.xpm @ 32653:f05cc7224309

Even/odd pages fix. Fix little bug on XEmacs. Avoid compilation gripes. Doc fix. (ps-print-version): New version number (6.2). (ps-x-color-instance-p, ps-x-color-instance-rgb-components) (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system) (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face) (ps-x-extent-priority, ps-x-extent-start-position) (ps-x-face-font-instance, ps-x-find-coding-system) (ps-x-font-instance-properties, ps-x-make-color-instance) (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to avoid compilation gripes without defining functions. (ps-e-find-composition): Alias for function find-composition, to have a suitable function depending on Emacs version. (ps-color-device, ps-color-values, ps-face-foreground-name) (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper) (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name) (ps-print-ensure-fontified): Function definitions surrounded by `eval-and-compile' to avoid compilation gripes. (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated by symbol-value to avoid compilation gripes. (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix. (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 19 Oct 2000 10:45:21 +0000
parents 54d90c318dfd
children 734ff40978ad
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
32287
9d63959616b7 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
1 /* XPM */
32519
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
2 static char * home_xpm[] = {
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
3 "24 24 9 1",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
4 " c None",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
5 ". c #020202",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
6 "+ c #6C7962",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
7 "@ c #7A8A6E",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
8 "# c #FEFEFE",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
9 "$ c #7E8E76",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
10 "% c #82927A",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
11 "& c #C8CEC4",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
12 "* c #E3E7E1",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
13 " ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
14 " ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
15 " ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
16 " ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
17 " . ... ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
18 " .#. .&. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
19 " .#*%..&. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
20 " .##&&$.&. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
21 " .##&&&&$&. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
22 " .*#&&&&&&@. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
23 " .##&&&&&&&&+. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
24 " .###&&&&&&&&&+. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
25 " ...##&&&&&&&&+... ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
26 " .##&&&&&&&&+. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
27 " .##....&&&&+. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
28 " .##.&&.&&&&+. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
29 " .##.&&.&&&&+. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
30 " .#*.&&.&&&&+. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
31 " .&+.++.+++++. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
32 " ............. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
33 " ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
34 " ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
35 " ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
36 " "};