annotate etc/custom/right-pushed.xpm @ 4455:49f8ed034500
Fix path-configuration glitches:
2008-05-12 Michael Sperber <mike@xemacs.org>
* configure.ac:
A number of the checks that tried to determine whether an explicit
path was specified were wrong.
Also, add an AC_SUBST for INFOPATH.
author |
Mike Sperber <sperber@deinprogramm.de> |
date |
Mon, 12 May 2008 11:53:04 +0200 |
parents |
43dd3413c7c7 |
children |
7910031dd78a |
rev |
line source |
155
|
1 /* XPM */
|
|
2 static char * right_xpm[] = {
|
|
3 "10 10 5 1",
|
|
4 " c Gray40",
|
|
5 ". c Gray40",
|
|
6 "X c none",
|
|
7 "o c Gray75",
|
|
8 "O c Gray90",
|
|
9 " .XXXXXXXX",
|
|
10 " ...XXXXXX",
|
|
11 " ....XXXX",
|
|
12 " oo....XX",
|
|
13 " oooo....",
|
|
14 " ooooOOOO",
|
|
15 " ooOOOOXX",
|
|
16 " OOOOXXXX",
|
|
17 " OOOXXXXXX",
|
|
18 " OXXXXXXXX"};
|