view pixmaps/arrow_down.xpm @ 3737:5939b57aeed8

[gaim-migrate @ 3875] Gaim no longer has to be packaged as root. It now uses the %{_*} macros for specifying directories. I also removed the deprecated Serial: line. I think that's it. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 18 Oct 2002 04:50:37 +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",
"...........",
" .+++++++. ",
"  .+++++.  ",
"   .+++.   ",
"    .+.    ",
"     .     "};