view lisp/gnus/blink.xpm @ 57901:cdbca26f9090

* xterm.c (x_window_to_scroll_bar): Only call xg_get_scroll_id_for_window if toolkit scroll bars are used.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 02 Nov 2004 16:25:50 +0000
parents 55fd4f77387a
children
line wrap: on
line source

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