Mercurial > emacs
annotate etc/images/gud/pp.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 | 6ea05e92aaad |
children |
rev | line source |
---|---|
66767 | 1 /* XPM */ |
66883
6ea05e92aaad
Use a more appropriate variable name.
Nick Roberts <nickrob@snap.net.nz>
parents:
66767
diff
changeset
|
2 static char * pp_xpm[] = { |
66767 | 3 "24 24 2 1", |
4 " c None", | |
5 ". c #000000000000", | |
6 " ", | |
7 " ", | |
8 " ", | |
9 " ", | |
10 " ", | |
11 " ", | |
12 " ", | |
13 " ", | |
14 " ... ... ... ... ", | |
15 " ... ... ... ... ", | |
16 " .. .. .. .. ", | |
17 " .. .. .. .. ", | |
18 " .. .. .. .. ", | |
19 " .. .. .. .. ", | |
20 " .. .. .. .. ", | |
21 " ... .. ... .. ", | |
22 " .. .. .. .. ", | |
23 " .. .. ", | |
24 " .. .. ", | |
25 " .. .. ", | |
26 " .... .... ", | |
27 " ", | |
28 " ", | |
29 " "}; |