Mercurial > emacs
annotate lisp/toolbar/close.xpm @ 64280:fbf7c36d9934
(cursor_row_fully_visible_p): Allow partially visible
row in minibuffer windows.
(try_window): Don't check margins in minibuffer windows.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 13 Jul 2005 09:36:12 +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 " "}; |