From 90675a6f048fef9663e28f74022c2ca4f7da0c9e Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Mon, 22 Apr 2013 10:56:38 +0100 Subject: [PATCH] Set StrictWindozeCycle by default. Window Maker's behaviour changes when StrictWindozeCycle is active. As a rule we try not to set the default value of new options such that they would change the behaviour expected by users. In this case, however, the switchpanel was not working as intended. Users who prefer the old method can set StrictWindozeCycle off with wdwrite WindowMaker StrictWindozeCycle NO --- src/defaults.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/defaults.c b/src/defaults.c index 748f839c..a2d6e214 100644 --- a/src/defaults.c +++ b/src/defaults.c @@ -474,7 +474,7 @@ WDefaultEntry optionList[] = { &wPreferences.dont_blink, getBool, NULL, NULL, NULL}, {"SingleClickLaunch", "NO", NULL, &wPreferences.single_click, getBool, NULL, NULL, NULL}, - {"StrictWindozeCycle", "NO", NULL, + {"StrictWindozeCycle", "YES", NULL, &wPreferences.strict_windoze_cycle, getBool, NULL, NULL, NULL}, /* style options */