aboutsummaryrefslogtreecommitdiff
path: root/x.c.rej
diff options
context:
space:
mode:
authorLoek Le Blansch <l.leblansch@gmail.com>2020-07-16 08:50:52 +0200
committerLoek Le Blansch <l.leblansch@gmail.com>2020-07-16 08:50:52 +0200
commit75899e5c7bfb3dbc72bcd2f613b5532d909dc05f (patch)
treed1bcb1e414da31bcbb7d219f5eb920d02a46030b /x.c.rej
parent5505abd35164e8677e345ae35cb73542d3133c6f (diff)
scrollback
Diffstat (limited to 'x.c.rej')
-rw-r--r--x.c.rej10
1 files changed, 10 insertions, 0 deletions
diff --git a/x.c.rej b/x.c.rej
new file mode 100644
index 0000000..035510e
--- /dev/null
+++ b/x.c.rej
@@ -0,0 +1,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)) {