Hi Dominik, > When I click on any button, it ends up using the > standard colour set until the mous is moved. That has nothing to > do with the PressedColorset.
Ok, this must be a bug - I will check/fix tonight. > Another problem that is going to become worse in the future is > code that is correct by the C99 standard but not by C89 > (specifically C++ style comments with // and declarations in the > body of code blocks, e.g. { int i; i=1; intj; }). Is there an > option to tell gcc to adhere to the C89 standard? gcc -std=c89 ... This works for me. (I'm using gcc 3.2.2) It detects both '//' & loop declarations & reports them as errors. Very handy, as I'm sure I would otherwise let '//' comments slip through ocassionally. It's too ingrained! :) SCoTT. :) -- Visit the official FVWM web page at <URL:http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]