view pixmaps/tb_drag_arrow_up.xpm @ 12748:dd271caf25b0

[gaim-migrate @ 15095] Deal with recv being unable to read anything. I also noticed that this kinda sucks because it assumes that it'll be able to read everything in one shot and doesn't buffer until the next read - somebody should fix that... wink, wink, nudge, nudge. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 07 Jan 2006 03:56:15 +0000
parents 87e95b8ce60b
children
line wrap: on
line source

/* XPM */
static char * tb_drag_arrow_up_xpm[] = {
"13 16 13 1",
" 	c None",
".	c #B80000",
"+	c #F02F2F",
"@	c #E87676",
"#	c #E78383",
"$	c #E56A6A",
"%	c #ED9191",
"&	c #F05757",
"*	c #E79F9F",
"=	c #E54545",
"-	c #EDAFAF",
";	c #D23333",
">	c #E40E0E",
"      .      ",
"     +@.     ",
"    +#@$.    ",
"   +%#@$&.   ",
"  +*%#@$&=.  ",
" +-*%#@$&=;. ",
">>>>+#@$>>>>.",
"    +#@$.    ",
"    +#@$.    ",
"    +#@$.    ",
"    +#@$.    ",
"    +#@$.    ",
"    +#@$.    ",
"    +#@$.    ",
"    +#@$.    ",
"    >>>>.    "};