mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
removed MOUSE_WS_bla
added back easter egg
This commit is contained in:
@@ -633,13 +633,11 @@ handleButtonPress(XEvent *event)
|
||||
wUnselectWindows(scr);
|
||||
wSelectWindows(scr, 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
|
||||
else if (wGNOMEProxyizeButtonEvent(scr, event))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user