view etc/toolbar/info-up-cap-xx.xpm @ 4703:6dfca4f26f53

Register any CCL programs used by fixed-width coding-systems. src/ChangeLog addition: 2009-09-30 Aidan Kehoe <kehoea@parhasard.net> * mule-coding.c (fixed_width_putprop): Register any CCL programs, avoiding crashes described by Robert Delius Royar. Though it's unclear why, I'll try to investigate once I'm on a 32-bit Unix machine regularly again.
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 30 Sep 2009 12:48:21 +0100
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..          ",
"           .......          ",
"                            ",
"                            ",
"                            ",
"                            ",
"                            "
};