annotate etc/custom/right-pushed.xpm @ 3438:14fbcab7c67b
[xemacs-hg @ 2006-06-02 22:18:05 by adrian]
xemacs-21.5-clean: Welcome nl.xemacs.org and Thanks!
-------------------- ChangeLog entries follow: --------------------
lisp/ChangeLog addition:
2006-06-03 Adrian Aichner <adrian@xemacs.org>
* package-get.el (package-get-download-sites): Welcome
nl.xemacs.org and Thanks!
* package-get.el (package-get-pre-release-download-sites): Ditto.
author |
adrian |
date |
Fri, 02 Jun 2006 22:18:08 +0000 |
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"};
|