Mercurial > emacs
view etc/images/gnus/save-art.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 | 210af0ad3d35 |
children |
line wrap: on
line source
/* XPM */ static char * save_art_xpm[] = { "24 24 5 1", " c None", ". c #000000000000", "X c #FFFFFFFFFFFF", "o c #999999999999", "O c #C7C7C6C6C6C6", " ", " ", " .................. ", " ...XXXXXXXXXXXXX.. ", " .XX..XXXXXXXXX..X. ", " .XXXX..XXXXX..XXX. ", " .XXXXX......XXXXX. ", " .XXX..XX..XX..XXX. ", " .XX..XXXXXXXX..XX. ", " ...XXXXXXXXXXXX... ", " ..............XXXXXXX. ", " .oo.XXXXXXX.o......... ", " .oo.XXXXXXX.o. ", " .oo.XXXXXXX.o. ", " .oo.XXXXXXX.o. ", " .oo.XXXXXXX.o. ", " .oo.........o. ", " .oooooooooooo. ", " .oooooooooooo. ", " .oo.........o. ", " .oo.OOOOO.XXo. ", " .oo.OOOOO.XXo. ", " .o.OOOOO.XXo. ", " ............ "};