view etc/images/gnus/receipt.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 * receipt_xpm[] = {
"24 24 5 1",
" 	c None",
".	c #FFFFFFFFFFFF",
"X	c #676766666363",
"o	c #FFFF00000000",
"O	c #AEAE3E3E4848",
"                        ",
"                        ",
"                   ..   ",
"                    .   ",
"                     .  ",
"                     .  ",
"                   ..   ",
"           Xooo  ..     ",
"      Xoooooooo..       ",
" Xoooooooooooooo  ...   ",
" oooooooooooOOoo .      ",
" ooooooooooOOOOo.       ",
"  oooooooooOO...o       ",
"  ooooooooooOOooo       ",
"  ooooooooooooooo       ",
"   ooooooooooooooo      ",
"   oooooooooooooo       ",
"   ooooooooooo          ",
"    ooooooo             ",
"    oooo                ",
"    oo                  ",
"                        ",
"                        ",
"                        "};