view pixmaps/tb_drag_arrow_down.xpm @ 6512:22acbf225a53

[gaim-migrate @ 7029] (21:06:20) LSchiere: i can't compile even with --disable-perl (21:06:30) LSchiere: plugins/perl/Makefile.am:8: variable `PERL_LDFLAGS' not defined (21:06:43) ChipX86: oops, that should be PERL_LIBS committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 20 Aug 2003 01:10:32 +0000
parents 5fb47ec9bfe4
children 87e95b8ce60b
line wrap: on
line source

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