view etc/custom/radio0.xpm @ 2949:4b7e0ff1958a

[xemacs-hg @ 2005-09-25 21:40:17 by adrian] xemacs-21.5-clean: Fix variable reference in lispref/compile.texi -------------------- ChangeLog entries follow: -------------------- man/ChangeLog addition: 2005-09-25 Adrian Aichner <adrian@xemacs.org> * lispref/compile.texi (Compilation Options): Supply missing argument to @var{}, using same SYMBOL as in variable docstring of `byte-compile-print-gensym'.
author adrian
date Sun, 25 Sep 2005 21:40:19 +0000
parents 8fc7fe29b841
children 7910031dd78a
line wrap: on
line source

/* XPM */
static char * radio0_xpm[] = {
"12 11 4 1",
" 	c #FFFFFFFFFFFF s background",
".	c #E6E6E6E6E6E6",
"X	c #BFBFBFBFBFBF",
"o	c #737373737373",
"     ..     ",
"    ....    ",
"   ..XX..   ",
"  ..XXXX..  ",
" ..XXXXXX.. ",
"ooXXXXXXXXoo",
" ooXXXXXXoo ",
"  ooXXXXoo  ",
"   ooXXoo   ",
"    oooo    ",
"     oo     "};