view pixmaps/arrow_down.xpm @ 4576:c7569367ed87

[gaim-migrate @ 4857] "Sender: darkrain I tried your patch, but my system (debian unstable) barfed building it. The first problem was that sound.h was included before gaim.h, so I moved it to be included after gaim.h. Then, I changed the other line (the one about playing the actualy sound) to read: gaim_sound_play_event(GAIM_SOUND_POUNCE_DEFAULT); " now it should actually work :-) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 12 Feb 2003 03:12:03 +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",
"...........",
" .+++++++. ",
"  .+++++.  ",
"   .+++.   ",
"    .+.    ",
"     .     "};