Compare commits

..

No commits in common. "76751a33c55463b94bef182c7f6078bd3f4afc79" and "ce1618bbcc40b7159f640d9580422758c497649a" have entirely different histories.

1 changed files with 1 additions and 3 deletions

4
x.c
View File

@ -405,9 +405,7 @@ mousereport(XEvent *e)
button = 3;
} else {
button -= Button1;
if (button >= 7)
button += 128 - 7;
else if (button >= 3)
if (button >= 3)
button += 64 - 3;
}
if (e->xbutton.type == ButtonPress) {