mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
Applied patch from Largo to update sound related stuff and documentation
This commit is contained in:
@@ -637,13 +637,9 @@ handleButtonPress(XEvent *event)
|
||||
}
|
||||
#ifdef MOUSE_WS_SWITCH
|
||||
else if (event->xbutton.button==Button5) {
|
||||
|
||||
wWorkspaceRelativeChange(scr, -1);
|
||||
|
||||
} else if (event->xbutton.button==Button4) {
|
||||
|
||||
wWorkspaceRelativeChange(scr, 1);
|
||||
|
||||
}
|
||||
#endif /* MOUSE_WS_SWITCH */
|
||||
#ifdef GNOME_STUFF
|
||||
|
||||
Reference in New Issue
Block a user