Mercurial > emacs
annotate lisp/gnus/uu-decode.xpm @ 56535:fee4457701d8
Various changes in addition to:
(Creating Frames): Expand and clarify description of `make-frame'.
(Window Frame Parameters): Either none or both of the `icon-left'
and `icon-top' parameters must be specified. Put descriptions of
`menu-bar-lines' and `toolbar-lines' closer together and change
them accordingly.
(Frame Titles): `multiple-frames' is not guaranteed to be accurate
except while processing `frame-title-format' or `icon-title-format'.
(Deleting Frames): Correct description of `delete-frame'.
Non-nil return values of `frame-live-p' are like those of `framep'.
(Frames and Windows): mention return value of
`set-frame-selected-window'.
(Visibility of Frames): Mention `force' argument to
`make-frame-invisible'. `frame-visible-p' returns t for all
frames on text-only terminals.
(Frame Configurations): Restoring a frame configuration does not
restore deleted frames.
(Window System Selections): `x-set-selection' returns DATA.
(Resources): Add example.
(Display Feature Testing): Clarify descriptions of
`display-pixel-height', `display-pixel-width', `x-server-version'
and `x-server-vendor'.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 24 Jul 2004 23:47:39 +0000 |
parents | 354a5b33d058 |
children | 55fd4f77387a |
rev | line source |
---|---|
33308 | 1 /* XPM */ |
34675 | 2 static char *magick[] = { |
3 /* columns rows colors chars-per-pixel */ | |
4 "24 24 18 1", | |
5 " c #2fef2fef2fef", | |
6 ". c #3fff3fff3fff", | |
7 "X c #4ccc4ccc4ccc", | |
8 "o c #53e353e353e3", | |
9 "O c #566656665666", | |
10 "+ c #5fe35fe35fe3", | |
11 "@ c Gray45", | |
12 "# c #77d777d777d7", | |
13 "$ c Gray50", | |
14 "% c #866586658665", | |
15 "& c Gray56", | |
16 "* c Gray60", | |
17 "= c #9fff9fff9fff", | |
18 "- c Gray75", | |
19 "; c Gray81", | |
20 ": c #dfffdfffdfff", | |
21 "> c #efffefffefff", | |
22 ", c Gray100", | |
23 /* pixels */ | |
24 "------------------------", | |
25 "------------------------", | |
26 "------------------------", | |
27 "------------------------", | |
28 "-----#+++++++++++++&----", | |
29 "----- @@@@@@@@@@@@O+----", | |
30 "----- *%@@@@@@@@@&@+----", | |
31 "----- *X+$$$$$$$.@@+----", | |
32 "----- *X-,,,,,,,$@@+----", | |
33 "----- *X-,,;,,,,$@@+----", | |
34 "----- *X-:$$$-=,$@@+----", | |
35 "----- *X-+-+-$=,$@@+----", | |
36 "----- *X->$;;,,,$@@+----", | |
37 "----- *X--.$.,,,$@@+----", | |
38 "----- *X->--==,,$@@+----", | |
39 "----- *X-,,,,=;,$@@+----", | |
40 "----- *X-,,,,,,,$@@+----", | |
41 "----- *X-,,,,,,,$@@+----", | |
42 "----- *X&-------+@@+----", | |
43 "----- *@XXXXXXXXX%@+----", | |
44 "----- ************@+----", | |
45 "-----o #----", | |
46 "------------------------", | |
47 "------------------------" | |
48 }; |