view etc/images/low-color/back-arrow.xpm @ 68661:4e22dd401a52

(append_glyph): Refer to it->char_to_display instead of it->c. (produce_glyphs): Set the character to print in it->char_to_display. Handle unibyte-display-via-language-environment. (produce_stretch_glyph): Set the character to print in it->char_to_display.
author Kenichi Handa <handa@m17n.org>
date Tue, 07 Feb 2006 01:18:18 +0000
parents 28718fa5d988
children
line wrap: on
line source

/* XPM */
static char *back_arrow_xpm[] = {
"24 24 6 1",
"  c #000000",
". c #000100",
"X c #6B6B66",
"o c #87AF85",
"O c #FFFFFF",
"+ c None",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++ +++++++++++++",
"+++++++++ .+++++++++++++",
"++++++++ O.+++++++++++++",
"+++++++ Oo .  ++++++++++",
"++++++ Ooooooo +++++++++",
"+++++ Ooooooooo ++++++++",
"++++ ooooooooooo.+++++++",
"+++++ oooooooooo..++++++",
"++++++.oooooooooo.++++++",
"+++++++.oo.. oooo.++++++",
"++++++++.o.+  ooo.++++++",
"+++++++++..++..oo.++++++",
"++++++++++.+++.oo.++++++",
"++++++++++++++.oo.++++++",
"++++++++++++++.o.+++++++",
"+++++++++++++.oX.+++++++",
"++++++++++++.oo.++++++++",
"+++++++++++++..+++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++"};