Mercurial > emacs
annotate lisp/toolbar/close.xpm @ 64298:acabc71be63b
(blink-cursor-mode): Use `custom-initialize-safe-default' and simplify
:init-value again.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Thu, 14 Jul 2005 00:59:34 +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 " "}; |