Mercurial > emacs
annotate lisp/toolbar/close.xpm @ 59169:5ba3e8b1f040
(site-run-file): Don't allow setting it with Custom.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 28 Dec 2004 15:30:39 +0000 |
parents | 734ff40978ad |
children |
rev | line source |
---|---|
31591 | 1 /* XPM */ |
55600 | 2 static char * close_xpm[] = { |
31591 | 3 "24 24 2 1", |
55600 | 4 " c None", |
5 ". c #000000", | |
6 " ", | |
7 " ", | |
8 " ", | |
9 " ", | |
10 " ", | |
11 " ", | |
12 " . . ", | |
13 " . ... ", | |
14 " .. .... ", | |
15 " .. ... ", | |
16 " ..... ", | |
17 " ... ", | |
18 " ..... ", | |
19 " ....... ", | |
20 " ... .... ", | |
21 " ... .... ", | |
22 " ... .. ", | |
23 " ", | |
24 " ", | |
25 " ", | |
26 " ", | |
27 " ", | |
28 " ", | |
29 " "}; |