view etc/toolbar/info-up-cap-up.xpm @ 5309:c290121b0c3f

#'fill; move all declarations before statements, for the Visual Studio build 2010-11-30 Aidan Kehoe <kehoea@parhasard.net> * fns.c (Ffill): Move all declarations before statements, for the sake of the Visual Studio build. Thank you Vin!
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 30 Nov 2010 13:08:44 +0000
parents 376386a54a3c
children 7910031dd78a
line wrap: on
line source

/* XPM */
static char * up-arrow_xpm[] = {
/* width height num_colors chars_per_pixel */
"28 28 3 1",
" 	c Gray75 s backgroundToolBarColor",
".	c black",
"X	c white",
"                            ",
"                            ",
"                            ",
"                            ",
"                            ",
"              .             ",
"             ...            ",
"            .X...           ",
"           .X.....          ",
"          .X.......         ",
"         .XXX.......        ",
"        ....X........       ",
"           .X.....          ",
"           .X.....          ",
"           .X.....          ",
"           .X.....          ",
"           .X.....          ",
"           .X.....          ",
"           .X.....          ",
"           .X.....          ",
"           .X.....          ",
"           .XXXX..          ",
"           .......          ",
"                            ",
"                            ",
"                            ",
"                            ",
"                            "
};