view pixmaps/tb_drag_arrow_right.xpm @ 6099:55f421732727

[gaim-migrate @ 6558] Andrew Steets (asteets) writes: " "fixes" bug #748450 and gives expected behavior according to plugins/PERL-HOWTO. For example, if you return non-zero fom an event_im_recv handler, the text is never displayed in the window. doesnt seem to break anything." committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 12 Jul 2003 14:04:05 +0000
parents 5fb47ec9bfe4
children 87e95b8ce60b
line wrap: on
line source

/* XPM */
static char * tb_drag_arrow_left_xpm[] = {
"16 13 2 1",
" 	c None",
".	c #FF0000",
"         .      ",
"         ..     ",
"         ...    ",
"         ....   ",
"         .....  ",
"............... ",
"................",
"............... ",
"         .....  ",
"         ....   ",
"         ...    ",
"         ..     ",
"         .      "};