summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2023-09-24 20:06:08 +0200
committerDave Davenport <qball@gmpclient.org>2023-09-24 20:06:08 +0200
commitb5f1e97e0f7468df48c5e3a2be6b34b7ff8b3efc (patch)
tree269311a20ebcb6aab74fb9a6ea17e1d494042423 /include
parenta53daa68c4298fc64b17ea613705081c42c140c5 (diff)
[XCB] Try to be smarter with where mouse click started.
fixes: #1896
Diffstat (limited to 'include')
-rw-r--r--include/xcb-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xcb-internal.h b/include/xcb-internal.h
index 8b012a79..1e44cd5b 100644
--- a/include/xcb-internal.h
+++ b/include/xcb-internal.h
@@ -64,7 +64,7 @@ struct _xcb_stuff {
} xkb;
xcb_timestamp_t last_timestamp;
NkBindingsSeat *bindings_seat;
- gboolean mouse_seen;
+ uint32_t mouse_seen;
xcb_window_t focus_revert;
char *clipboard;
};