Implement the switch from SelectWindowsMouseButton et al. to
MouseLeftButtonAction = SelectWindows from WindowMaker 0.65 in Debian's
customized defaults. Closes: #116963
---
 debian/WindowMaker.default |    7 ++++---
 debian/changelog           |    3 +++
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/WindowMaker.default b/debian/WindowMaker.default
index 6ad363e..9475891 100644
--- a/debian/WindowMaker.default
+++ b/debian/WindowMaker.default
@@ -34,9 +34,10 @@
   IconSize = 64;
   FocusMode = manual;
   DisableWSMouseActions = NO;
-  SelectWindowsMouseButton = left;
-  WindowListMouseButton = middle;
-  ApplicationMenuMouseButton = right;
+  MouseLeftButtonAction = SelectWindows;
+  MouseMiddleButtonAction = OpenWindowListMenu;
+  MouseRightButtonAction = OpenApplicationsMenu;
+  MouseWheelAction = None;
   ColormapSize = 4;
   DisableDithering = NO;
   ModifierKey = Mod1;
diff --git a/debian/changelog b/debian/changelog
index abe63aa..0154247 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,9 @@ wmaker (0.92.0+git-0) unstable; urgency=low
   * New upstream generates dynamic libraries of libWUtils and libWINGs, ship
     them in two new binary packages. Make libwings-dev depend on them.
   * Use latest automake (instead of automake1.4) for building. Closes: #549157
+  * Implement the switch from SelectWindowsMouseButton et al. to 
+    MouseLeftButtonAction = SelectWindows from WindowMaker 0.65 in Debian's
+    customized defaults. Closes: #116963
   * Built from wmaker-crm fork.
     Includes these patches for these issues:
     + display corruption on non 24bpp displays. Closes: #514438
-- 
1.7.1


-- 
To unsubscribe, send mail to [email protected].

Reply via email to