view lisp/gnus/frown.xpm @ 59660:5ee7eaad2958

(xgetptr, xgetint, xgettype): Copy $arg0 into a temp variable.
author Richard M. Stallman <rms@gnu.org>
date Fri, 21 Jan 2005 00:30:56 +0000
parents 55fd4f77387a
children
line wrap: on
line source

/* XPM */
static char * frown_xpm[] = {
"13 14 3 1",
" 	c None",
".	c #000000",
"+	c #FFDD00",
"   .......   ",
"  ..+++++..  ",
" .+++++++++. ",
".++..+++..++.",
".++++.+.++++.",
".+...+++...+.",
".+...+++...+.",
".+++++++++++.",
".+++.....+++.",
".++.+++++.++.",
".++.+++++.++.",
" .+++++++++. ",
"  ..+++++..  ",
"   .......   "};