Neil Bird wrote:
> ol[v]wm then opens the blank window with no title. Should fvwm honour
> this? It looks, from fvwm/decorations.c, like it should, but to be honest,
> I got a bit lost amonst all the !~&| flags!
When fvwm gets it wrong does it display a menu button in the title bar?
Line 342 of decorations.c has this:
/* This rule is implicit, but its easier to deal with if
* I take care of it now */
if(decor & (MWM_DECOR_MENU| MWM_DECOR_MINIMIZE | MWM_DECOR_MAXIMIZE))
decor |= MWM_DECOR_TITLE;
could you put a couple of printf's around this to see if MWM_DECOR_TITLE
is being set here?
Cheers,
Tim.
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Thu Sep 02 1999 - 09:09:52 BST