view pixmaps/logout_icon.xpm @ 3930:22e3bbbd9a32

[gaim-migrate @ 4102] So at some point gaim_user_dir() changed so that it returned a static buffer instead of some sort of fancy "dynamic" whizbang. So this just keeps the thing from segfaulting when you try to load it. Oh, and, uh, I don't actually use this. Honest I don't. I'm not really sure what it's supposed to do. It would be nice if it were gtk2ized, though. There is a big teddy bear on my desk. It's soft and fluffy. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 08 Nov 2002 07:51:28 +0000
parents 2846a03bda67
children
line wrap: on
line source

/* XPM */
static char * logout_icon_xpm[] = {
/* width height num_colors chars_per_pixel */
"12 12 15 1",
/* colors */
" 	c #cccccc",
".	c #999999",
"X	c None",
"o	c black",
"O	c #000066",
"+	c #996666",
"@	c white",
"#	c #000099",
"$	c #666699",
"%	c #ffff99",
"&	c #6666cc",
"*	c #336699",
"=	c #333366",
"-	c #333399",
";	c #333333",
/* pixels */
" .Xooooooooo",
"XXXo       O",
"o.Xo ++@++@#",
"XX$o.+%@+%@O",
"XX&o +%@+%@#",
" .*o @@@@@@O",
"=X-ooo+@++@#",
"XX=o +.@+%@#",
"X.;o +%@+%@O",
"oXXo +%@+%@#",
"XXXo @@@@@@O",
" .*#O#O#O#O#"};