view pixmaps/arrow_down.xpm @ 4280:57ab8f0a4263

[gaim-migrate @ 4531] (17:39:44) Robot101: this patch to back out a change that made the OPT_BLIST_POPUP steal focus in an evil way (17:39:45) Robot101: http://people.debian.org/~robot101/blist-avoid-focus-stealing3.diff (17:39:56) Robot101: (entirely my fault) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 10 Jan 2003 22:41:04 +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",
"...........",
" .+++++++. ",
"  .+++++.  ",
"   .+++.   ",
"    .+.    ",
"     .     "};