view lisp/gnus/blink.xpm @ 57267:617e54beffb6

* fringe.c (destroy_fringe_bitmap, init_fringe_bitmap) (w32_init_fringe, w32_reset_fringes): Fix bootstrap (NULL rif).
author Kim F. Storm <storm@cua.dk>
date Wed, 29 Sep 2004 08:51:40 +0000
parents 55fd4f77387a
children
line wrap: on
line source

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