mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
Update for 0.52.0. This is a test version, which brings the Appearance
section to WPrefs for testing purposes.
This commit is contained in:
@@ -639,11 +639,11 @@ handleButtonPress(XEvent *event)
|
||||
wSelectWindows(scr, event);
|
||||
}
|
||||
#ifdef MOUSE_WS_SWITCH
|
||||
else if (event->xbutton.button==Button4) {
|
||||
else if (event->xbutton.button==Button5) {
|
||||
|
||||
wWorkspaceRelativeChange(scr, -1);
|
||||
|
||||
} else if (event->xbutton.button==Button5) {
|
||||
} else if (event->xbutton.button==Button4) {
|
||||
|
||||
wWorkspaceRelativeChange(scr, 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user