view etc/images/custom/down-pushed.xpm @ 108982:99288c087e4b

Derive bidi type table from UnicodeData.txt. src/bidi.c (bidi_initialize): Remove explicit initialization of bidi_type_table; include biditype.h instead. Don't support entries whose second codepoint is zero. src/biditype.h: New file. admin/unidata/biditype.awk: New file. admin/unidata/Makefile.in (../../src/biditype.h): New target. admin/unidata/makefile.w32-in (../../src/biditype.h): New target.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 12 Jun 2010 17:15:25 +0300
parents 87681b1f74ce
children
line wrap: on
line source

/* XPM */
static char * down_pushed_xpm[] = {
"8 12 4 1",
" 	c none",
".	c gray45",
"X	c gray90",
"O	c gray60",
"........",
".OOOOOOX",
" .OOOOX ",
" .OOOOX ",
"  .OOX  ",
"  .OOX  ",
"   OX   ",
"   OX   ",
"        ",
"        ",
"        ",
"        "};