Merge branch 'upstream'
This commit is contained in:
commit
76751a33c5
4
x.c
4
x.c
@ -405,7 +405,9 @@ mousereport(XEvent *e)
|
|||||||
button = 3;
|
button = 3;
|
||||||
} else {
|
} else {
|
||||||
button -= Button1;
|
button -= Button1;
|
||||||
if (button >= 3)
|
if (button >= 7)
|
||||||
|
button += 128 - 7;
|
||||||
|
else if (button >= 3)
|
||||||
button += 64 - 3;
|
button += 64 - 3;
|
||||||
}
|
}
|
||||||
if (e->xbutton.type == ButtonPress) {
|
if (e->xbutton.type == ButtonPress) {
|
||||||
|
Loading…
Reference in New Issue
Block a user