summaryrefslogtreecommitdiffstats
path: root/include/xcb-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xcb-internal.h')
-rw-r--r--include/xcb-internal.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/xcb-internal.h b/include/xcb-internal.h
index d01f110a..d03807bf 100644
--- a/include/xcb-internal.h
+++ b/include/xcb-internal.h
@@ -57,9 +57,10 @@ struct _xcb_stuff
uint8_t first_event;
/** Keyboard device id */
int32_t device_id;
- } xkb;
- NkBindingsSeat *bindings_seat;
- gboolean mouse_seen;
+ } xkb;
+ xcb_timestamp_t last_timestamp;
+ NkBindingsSeat *bindings_seat;
+ gboolean mouse_seen;
};
#endif