view etc/images/smilies/blink.xpm @ 79008:4be2b53b808b

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Oct 2007 01:20:44 +0000
parents 210af0ad3d35
children
line wrap: on
line source

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