annotate etc/custom/radio1.xpm @ 1037:3a01f3148bff
[xemacs-hg @ 2002-10-08 03:24:18 by youngs]
2002-09-03 John Paul Wallington <jpw@shootybangbang.com>
* subr.el (with-output-to-string): Synch with GNU Emacs 21;
avoids leaking temp buffers by killing rather than erasing
them, and doesn't execute BODY in temporary `standard-output'
buffer.
author |
youngs |
date |
Tue, 08 Oct 2002 03:24:22 +0000 |
parents |
8fc7fe29b841 |
children |
7910031dd78a |
rev |
line source |
22
|
1 /* XPM */
|
|
2 static char * radio1_xpm[] = {
|
|
3 "12 11 4 1",
|
|
4 " c #FFFFFFFFFFFF s background",
|
|
5 ". c #737373737373",
|
|
6 "X c #22228B8B2222",
|
|
7 "o c #E6E6E6E6E6E6",
|
|
8 " .. ",
|
|
9 " .... ",
|
|
10 " ..XX.. ",
|
|
11 " ..XXXX.. ",
|
|
12 " ..XXXXXX.. ",
|
|
13 "ooXXXXXXXXoo",
|
|
14 " ooXXXXXXoo ",
|
|
15 " ooXXXXoo ",
|
|
16 " ooXXoo ",
|
|
17 " oooo ",
|
|
18 " oo "};
|