applied Jeroen Schot's shiftview patch

This commit is contained in:
Anselm R. Garbe
2007-07-24 18:29:29 +02:00
parent 82be289985
commit e0cfe07648
3 changed files with 23 additions and 0 deletions

View File

@ -135,6 +135,10 @@ buttonpress(XEvent *e) {
else
toggleview(buf);
}
else if(ev->button == Button4)
shiftview("-1");
else if(ev->button == Button5)
shiftview("1");
return;
}
}