Mercurial > pidgin
view pixmaps/status-idle.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 | 182fbac488c0 |
children |
line wrap: on
line source
/* XPM */ static char * status_idle_xpm[] = { "12 13 13 1", " c None", ". c #C6C3C6", "+ c #000000", "@ c #848200", "# c #FFFF00", "$ c #FFFFFF", "% c #000084", "& c #848284", "* c #A1A100", "= c #2B2BFF", "- c #0000FF", "; c #00FFFF", "> c #840084", " ..++@@.. ", " .++####@@. ", ".+##$$$$#$@.", ".+#$$$####@.", "+#$$%$#%$##@", "+#$.&..&.##@", "+*=-%######@", "+%;+;%##@##@", "%;$%$;%@##@.", "%+@%$.%###@.", "%;.$.;>#@@. ", ".%;;;>+@.. ", " .>>>... "};