If MP_FOCUS_FOLLOWS_MOUSE_DEFVAL is meant to be the same either way, why test OS_WIN?
diff -u -r1.65 -r1.66 --- mahogany/M/include/Moptions.h2003/03/08 10:48:261.65 +++ mahogany/M/include/Moptions.h2003/03/22 23:08:461.66 ... @@ -1263,7 +1263,11 @@ /// expand folder tree control? #define MP_EXPAND_TREECTRL_DEFVAL 1 /// focus follows mouse? -#define MP_FOCUS_FOLLOWSMOUSE_DEFVAL 1l +#ifdef OS_WIN +#define MP_FOCUS_FOLLOWSMOUSE_DEFVAL 0l +#else +#define MP_FOCUS_FOLLOWSMOUSE_DEFVAL 0l +#endif /// dockable menu bars? #define MP_DOCKABLE_MENUBARS_DEFVAL 1l /// dockable tool bars? -- Mac :}) ** I normally forward private questions to the appropriate mail list. ** Ask Smarter: http://www.catb.org/~esr/faqs/smart-questions.html Give a hobbit a fish and he eats fish for a day. Give a hobbit a ring and he eats fish for an age. ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers