view etc/toolbar/info-up-xx.xpm @ 4970:5c89ceb69819

fix compile problems -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-02-04 Ben Wing <ben@xemacs.org> * bytecode.c (assert_failed_with_remembered_ops): * bytecode.c (init_opcode_table_multi_op): Declare some things const to shut up G++ v4 warnings. * redisplay.c (add_ibyte_string_runes): * redisplay.c (add_string_to_fstring_db_runes): * redisplay.c (generate_fstring_runes): * redisplay.c (window_line_number): * redisplay.c (decode_mode_spec): Use Ascbyte instead of char in various places.
author Ben Wing <ben@xemacs.org>
date Thu, 04 Feb 2010 05:39:00 -0600
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..          ",
"           .......          ",
"                            ",
"                            ",
"                            ",
"                            ",
"                            "
};