[comp.windows.x.motif] Unwanted window decoration

amir@taux01.nsc.com (Amir J. Katz (Xpert)) (04/21/91)

I' trying (without success) to prevent MWM from decorating all windows of 'xfaces'
application. I tried to follow the mwm man page by putting the following line
in my ~/.Xdefaults:
   Mwm*xfaces.clientDecoration:	none
But it ain't workin'.

Where did I go wrong?

-- Thanks in advance,
--
   Amir J. Katz, System Manager

Internet:	amir%pilat.UUCP@taux01.nsc.com OR amir@taux01.nsc.com
UUCP:		{decwrl,uunet,...}!nsc!taux01!amir
Phone:		+972 52-570713
Fax:		+972 52-570719
Snail-mail:	Amir J. Katz, Silvaco Israel Ltd.
		19 Maskit St., Herzelia, Israel 46733

bonnett@seismo.CSS.GOV (H. David Bonnett) (04/22/91)

In article <AMIR.91Apr21124119@taux01.nsc.com>, amir@taux01.nsc.com (Amir J. Katz (Xpert)) writes:
|> I' trying (without success) to prevent MWM from decorating all windows of 'xfaces'
|> application. I tried to follow the mwm man page by putting the following line
|> in my ~/.Xdefaults:
|>    Mwm*xfaces.clientDecoration:	none
|> But it ain't workin'.
|> 
|> Where did I go wrong?

Try:
 Mwm*xfaces*clientDecoration:   none
The client decoration is not tightly bound to xfaces (it is an inherited attribute)
and therefore the Resource Manager fails to match xfaces.clientDecoration.

Hope this helps,
--
-dave bonnett-   Center for Seismic Studies;  Arlington, VA 
      bonnett@seismo.css.gov :  All standard disclaimers apply.