view pixmaps/protocols/yahoo/yahoo_green.xpm @ 6020:3b6f48766acb

[gaim-migrate @ 6470] Yeah, this *should* work. But maybe it won't. I sure as hell ain't testin it. That's what we pay you for you. This is a plugin event that gets triggered when the user switches tabs in a window. Used in conjunction with GTK signals, you should be able to get a good idea of when a conversation has taken focus. Maybe now the notify plugin can be fixed. While doing this, I noticed that a lot of the plugin documentation stuff is woefully outdated. Someone who wants to get involved with a non-coding project is welcome to send a patch. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 05 Jul 2003 03:09:43 +0000
parents 388230971b20
children
line wrap: on
line source

/* XPM */
static char *yahoo_green[] = {
/* width height ncolors chars_per_pixel */
"18 18 9 1",
/* colors */
"  c #9FD400",
". c #5500FF",
"X c #BFFF00",
"o c #00540A",
"O c #2A3F00",
"$ c #FFFFFF",
"@ c #2EA33B",
"# c #FBFBFB",
"+ c None",
/* pixels */
"++++++++++++++++++",
"+++++oooooooo+++++",
"++++oXXXXXXXXo++++",
"+++oXX@OXXO@XXo+++",
"++oXX@##XX##@XXo++",
"++oX @#.XX.#@XXo++",
"+oXX @#.XX.#@XXXo+",
"+oX  @@@  @@@ XXo+",
"+oX   XXXXXX X Xo+",
"+oXX   XXXX   XXo+",
"+o XX@@XXXX@@XXXo+",
"+o    @@oo@@ XXXo+",
"++o  @@XXXX@@ Xo++",
"++o   XXXXXX   o++",
"+++o@XX @@ XX@o+++",
"++++oo     @oo++++",
"++++++oooooo++++++",
"++++++++++++++++++"
};