view pixmaps/arrow_down.xpm @ 3971:15b0d5b2de4d

[gaim-migrate @ 4155] win32: serv_got_im causes conv window to flash when not in focus. This uses FlashWindowEx, which is only supported on Win98+ and WinNT5+. For the time being this will cause a runtime error on Windows versions not supported. Runtime Winver check will resolve this. committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Sat, 16 Nov 2002 01:12:30 +0000
parents bb7527b5f426
children
line wrap: on
line source

/* XPM */
static char * arrow_down_xpm[] = {
"11 6 3 1",
" 	c None",
".	c #000000",
"+	c #FFFFFF",
"...........",
" .+++++++. ",
"  .+++++.  ",
"   .+++.   ",
"    .+.    ",
"     .     "};