Mercurial > emacs
annotate etc/images/custom/down.xpm @ 105873:5626ccae11ed
(unidata-gen-table): Fix for the case that the block data and the
following per-char data fall into the same char-table leaf.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 06 Nov 2009 06:31:23 +0000 |
parents | b0ca8a5b94ae |
children | 87681b1f74ce |
rev | line source |
---|---|
94864 | 1 /* XPM */ |
2 static char * down_xpm[] = { | |
99675
b0ca8a5b94ae
Decrease size to 8x8.
Chong Yidong <cyd@stupidchicken.com>
parents:
94864
diff
changeset
|
3 "8 8 4 1", |
94864 | 4 " c none", |
5 ". c gray90", | |
6 "X c gray45", | |
7 "O c gray75", | |
99675
b0ca8a5b94ae
Decrease size to 8x8.
Chong Yidong <cyd@stupidchicken.com>
parents:
94864
diff
changeset
|
8 "........", |
b0ca8a5b94ae
Decrease size to 8x8.
Chong Yidong <cyd@stupidchicken.com>
parents:
94864
diff
changeset
|
9 ".OOOOOOX", |
b0ca8a5b94ae
Decrease size to 8x8.
Chong Yidong <cyd@stupidchicken.com>
parents:
94864
diff
changeset
|
10 " .OOOOX ", |
b0ca8a5b94ae
Decrease size to 8x8.
Chong Yidong <cyd@stupidchicken.com>
parents:
94864
diff
changeset
|
11 " .OOOOX ", |
b0ca8a5b94ae
Decrease size to 8x8.
Chong Yidong <cyd@stupidchicken.com>
parents:
94864
diff
changeset
|
12 " .OOX ", |
b0ca8a5b94ae
Decrease size to 8x8.
Chong Yidong <cyd@stupidchicken.com>
parents:
94864
diff
changeset
|
13 " .OOX ", |
b0ca8a5b94ae
Decrease size to 8x8.
Chong Yidong <cyd@stupidchicken.com>
parents:
94864
diff
changeset
|
14 " OX ", |
b0ca8a5b94ae
Decrease size to 8x8.
Chong Yidong <cyd@stupidchicken.com>
parents:
94864
diff
changeset
|
15 " OX "}; |