Mercurial > emacs
annotate etc/images/gud/stop.xpm @ 103296:a23e4364bf6e
Ensure NS frames remain hidden when invisible
* nsterm.m (ns_raise_frame): only raise frame if visible.
(x_make_frame_visible): move frame to front rather than calling
ns_raise_frame().
(keyDown:) do not swallow events that aren't re-sent if frame
isn't key window.
(drawRect:) do not set visibility/iconified flags because
drawRect may be called by NSView even if the frame is hidden.
* nsfns.m (Fx_create_frame): follow other ports in
determining visibility; default to t. Ensure async_visible is set.
author | David Reitter <david.reitter@gmail.com> |
---|---|
date | Tue, 26 May 2009 18:14:14 +0000 |
parents | 55c8407fa5ee |
children |
rev | line source |
---|---|
66882 | 1 /* XPM */ |
2 static char * stop_xpm[] = { | |
3 "24 24 3 1", | |
4 " c None", | |
5 ". c #cc0033", | |
6 "X c #FFFFFFFFFFFF", | |
7 " ", | |
8 " ", | |
9 " .......... ", | |
10 " ............ ", | |
11 " .............. ", | |
12 " ................ ", | |
13 " .................. ", | |
14 " ..XX..XXX..XX..XXX.. ", | |
15 " .X..X..X..X..X.X..X. ", | |
16 " .X.....X..X..X.X..X. ", | |
17 " .X.....X..X..X.X..X. ", | |
18 " ..X....X..X..X.X..X. ", | |
19 " ...X...X..X..X.XXX.. ", | |
20 " ....X..X..X..X.X.... ", | |
21 " ....X..X..X..X.X.... ", | |
22 " .X..X..X..X..X.X.... ", | |
23 " ..XX...X...XX..X.... ", | |
24 " .................. ", | |
25 " ................ ", | |
26 " .............. ", | |
27 " ............ ", | |
28 " .......... ", | |
29 " ", | |
30 " "}; |