blob: 035510e35ee0384ff0618b9d4c538f8c264297a7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- x.c
+++ x.c
@@ -409,6 +409,7 @@ bpress(XEvent *e)
{
struct timespec now;
MouseShortcut *ms;
+ MouseKey *mk;
int snap;
if (IS_SET(MODE_MOUSE) && !(e->xbutton.state & forceselmod)) {
|