1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 21:08:08 +01:00

A few miscelaneous fixes

This commit is contained in:
dan
2001-04-25 02:03:08 +00:00
parent 2eb1f26644
commit 86154ba01d
19 changed files with 33 additions and 29 deletions

View File

@@ -631,8 +631,7 @@ handleButtonPress(XEvent *event)
} else if (event->xbutton.button==wPreferences.select_button) {
wUnselectWindows(scr);
wSelectWindows(scr, event);
}
else if (event->xbutton.button==Button5) {
} else if (event->xbutton.button==Button5) {
wWorkspaceRelativeChange(scr, -1);
} else if (event->xbutton.button==Button4) {
wWorkspaceRelativeChange(scr, 1);