[comp.windows.x.motif] Move window ghost image color

ballou@databs.enet.dec.com (07/27/90)

What resource value to I modify to change the color of the ghost window outline
used when I am moving a window with MWM?

Nat

yee@osf.org (Michael K. Yee) (07/31/90)

In article <13936@shlump.nac.dec.com> ballou@databs.enet.dec.com writes:
>   What resource value to I modify to change the color of the ghost window outline
>   used when I am moving a window with MWM?
>
>   Nat

	Mwm draws the outline rectangle in GXinvert mode, so you really
	can't changed the color directly.

	=Mike
--
= Michael K. Yee =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
= OPEN Software Foundation -- 11 Cambridge Center -- Cambridge, MA 02142
= Phone: 617-621-8831      Email: yee@osf.org, uunet!osf.org!yee
= "I can't give you brains, but I can give you a diploma." -- The Wizard of OZ

ballou@databs.enet.dec.com (07/31/90)

In article <YEE.90Jul30140221@pmin27.osf.org>, yee@osf.org (Michael K. Yee)
writes:
|> In article <13936@shlump.nac.dec.com> ballou@databs.enet.dec.com writes:
|> >   What resource value to I modify to change the color of the ghost window
outline
|> >   used when I am moving a window with MWM?
|> >
|> >   Nat
|> 
|> 	Mwm draws the outline rectangle in GXinvert mode, so you really
|> 	can't changed the color directly.
|> 
|> 	=Mike

O.K. - I'll bite.  How do I indirectly change the color?  I am simulating a
monochrome 
screen on a color monitor, and I get red for the ghost color, even though I've
set every
color resource I know to either black or white.

Nat