view lisp/gnus/blink.xpm @ 59001:9b61c52f0f54

(math-random-digit): Call math-init-random-base if var-RandSeed is nil.
author Jay Belanger <jay.p.belanger@gmail.com>
date Thu, 16 Dec 2004 22:56:08 +0000
parents 55fd4f77387a
children
line wrap: on
line source

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