view lisp/toolbar/print.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 8f4a34146a9d
children 734ff40978ad
line wrap: on
line source

/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"24 24 6 1",
"  c #043904390439",
". c #40403f3f3f3f",
"X c #5a1a5a0458f3",
"o c #a74da686a5ec",
"O c #e88de7c9e66c",
"+ c None",
/* pixels */
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++  ++++++++++",
"+++++++++++ OOX  +++++++",
"++++++++++ OOOOOO.   +++",
"+++++++++ OOOOOOOOOo +++",
"+++++++++.OOOOOOOOO ++++",
"+++++++  oOOOOOOOOX+++++",
"+++++  OooXOOOOOOo  ++++",
"+++  OOOOOoXXooOO.XX  ++",
"++ ooOOOOOOOOoXXX.X.. ++",
"++ ooooOOOOOOOOOO.... ++",
"++ ooooooOOOOOOO..... ++",
"++ XooooooooOOO...... ++",
"++ X.XoooooooX....... ++",
"++ XX...XooooX......  ++",
"+++  XXXX...XX..... ++++",
"+++++   .XXXXX...  +++++",
"++++++++   .XX.. +++++++",
"+++++++++++     ++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++"
};