view pixmaps/arrow_down.xpm @ 4689:69b19e132df0

[gaim-migrate @ 5000] create_prpl_icon()'s API changed. Fixed. Also, added the beginnings of drag-and-dorp support. It's broken. It does nothing. Enjoy. Make me toast. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 10 Mar 2003 05:54:25 +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",
"...........",
" .+++++++. ",
"  .+++++.  ",
"   .+++.   ",
"    .+.    ",
"     .     "};