Mercurial > emacs
annotate lisp/toolbar/close.xpm @ 59696:6ecba179adb2
(pos_visible_p): Fix calculation of y.
Clear last_height before calling line_bottom_y to get real height.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 23 Jan 2005 00:50:52 +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 " "}; |