view lisp/gnus/blink.xpm @ 82980:08aac74a5b90

Remove Gnus image files now in lisp/gnus
author Miles Bader <miles@gnu.org>
date Sat, 04 Sep 2004 11:40:51 +0000
parents 48a95d16151f
children
line wrap: on
line source

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