From 8402762a1f1e1df7c860b86d7055d9075d290394 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 1 Jun 2017 03:30:18 -0400 Subject: implement motion mouse reporting --- src/window-xlib.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/window-xlib.h') diff --git a/src/window-xlib.h b/src/window-xlib.h index c7bca22..4857194 100644 --- a/src/window-xlib.h +++ b/src/window-xlib.h @@ -3,6 +3,7 @@ #include #include +#include #include struct runes_window { @@ -17,6 +18,8 @@ struct runes_window { unsigned int multi_clicks; void *multi_click_timer_event; + struct vt100_loc last_reported_mouse_position; + unsigned int owns_selection: 1; unsigned int visual_bell_is_ringing: 1; unsigned int delaying: 1; -- cgit v1.2.3-54-g00ecf