1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-04 12:54:20 +01:00

SelectWindowsMouseButton -> MouseLeftButtonAction

Implement the switch from SelectWindowsMouseButton et al. to
MouseLeftButtonAction = SelectWindows from WindowMaker 0.65 in Debian's
customized defaults. Closes: #116963
This commit is contained in:
Andreas Metzler
2010-08-18 15:13:02 +02:00
committed by Carlos R. Mafra
parent 0baac21e95
commit 3289b6c772
2 changed files with 7 additions and 3 deletions

View File

@@ -34,9 +34,10 @@
IconSize = 64; IconSize = 64;
FocusMode = manual; FocusMode = manual;
DisableWSMouseActions = NO; DisableWSMouseActions = NO;
SelectWindowsMouseButton = left; MouseLeftButtonAction = SelectWindows;
WindowListMouseButton = middle; MouseMiddleButtonAction = OpenWindowListMenu;
ApplicationMenuMouseButton = right; MouseRightButtonAction = OpenApplicationsMenu;
MouseWheelAction = None;
ColormapSize = 4; ColormapSize = 4;
DisableDithering = NO; DisableDithering = NO;
ModifierKey = Mod1; ModifierKey = Mod1;

3
debian/changelog vendored
View File

@@ -28,6 +28,9 @@ wmaker (0.92.0+git-0) unstable; urgency=low
* New upstream generates dynamic libraries of libWUtils and libWINGs, ship * New upstream generates dynamic libraries of libWUtils and libWINGs, ship
them in two new binary packages. Make libwings-dev depend on them. them in two new binary packages. Make libwings-dev depend on them.
* Use latest automake (instead of automake1.4) for building. Closes: #549157 * 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. * Built from wmaker-crm fork.
Includes these patches for these issues: Includes these patches for these issues:
+ display corruption on non 24bpp displays. Closes: #514438 + display corruption on non 24bpp displays. Closes: #514438