Mercurial > emacs
annotate lisp/sb-pg-minus.xpm @ 83221:0fc4928cc48e
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-616
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-617
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-618
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-619
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-620
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-622
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-623
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-624
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-625
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-51
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-52
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-53
Merge from emacs--cvs-trunk--0
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-261
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Tue, 19 Oct 2004 17:00:02 +0000 |
parents | c2a09ac7b7b1 |
children |
rev | line source |
---|---|
29133
13b33ab9d0b5
Renamed sb-file-.xpm to sb-pg-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
1 /* XPM */ |
55471 | 2 static char * sb_pg_minus_xpm[] = { |
3 "20 15 5 1", | |
29133
13b33ab9d0b5
Renamed sb-file-.xpm to sb-pg-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
4 " c None", |
55471 | 5 ". c #B8B8B8", |
29133
13b33ab9d0b5
Renamed sb-file-.xpm to sb-pg-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
6 "+ c #000000", |
55471 | 7 "@ c #828282", |
8 "# c #FFFFFF", | |
29133
13b33ab9d0b5
Renamed sb-file-.xpm to sb-pg-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
9 " ............ ", |
55471 | 10 " .++++++++++++@", |
11 " .++##########+@", | |
12 " .+#+##########+@", | |
13 " .+##+##########+@", | |
14 " .+###+##########+@", | |
15 " .+####+##########+@", | |
16 ".+++++++#+++++####+@", | |
17 ".+########.....###+@", | |
18 ".+################+@", | |
19 ".+################+@", | |
20 ".+################+@", | |
21 ".+################+@", | |
22 ".++++++++++++++++++@", | |
23 " @@@@@@@@@@@@@@@@@@ "}; |