view etc/images/gnus/mail-reply.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 * mail_reply_xpm[] = {
"24 24 5 1",
" 	c None",
".	c #000000000000",
"X	c #E1E1E0E0E0E0",
"O	c #FFFFFFFFFFFF",
"o	c #C7C7C6C6C6C6",
"               ..       ",
"               .X.      ",
"              ..XX.     ",
"         ......XoXX..   ",
"       ...OOO.XooXXX.   ",
"      ..OOOO.XooXXX.    ",
"   ...OOOOO.XooXXX...   ",
"  ..OOOOOO.XXooXX.OO..  ",
"  ...OOOO.oooXXX......  ",
"  .O...O.oXooXXX...OO.  ",
"  .OOO...oXoXX...OOOO.  ",
"  .OOOOO...X...OOOOOO.  ",
"  .OOOOO.O...OO.OOOOO.  ",
"  .OOO..OOOOOOOO..OOO.  ",
"  .OO.OOOOOOOOOOOO.OO.  ",
"  .O.OOOOOOOOOOOOOO.O.  ",
"  ..OOOOOOOOOOOOOOOO..  ",
"  ....................  ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};