aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-09-29 16:31:04 +1300
committerScott Anderson <ascent12@hotmail.com>2017-09-29 16:31:04 +1300
commit1b18b0a27d285270c12e57781738c48377d5529b (patch)
tree76277fbcbd76b5a376d9ba49b21be614b3327b42 /include
parent68c3806377e5ad7bd35bece53345913c24ce6e24 (diff)
Fix time and transform
Diffstat (limited to 'include')
-rw-r--r--include/backend/x11.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/backend/x11.h b/include/backend/x11.h
index a22005a2..b4284b63 100644
--- a/include/backend/x11.h
+++ b/include/backend/x11.h
@@ -48,6 +48,9 @@ struct wlr_x11_backend {
struct wlr_x11_atom wm_protocols;
struct wlr_x11_atom wm_delete_window;
} atoms;
+
+ // The time we last received an event
+ xcb_timestamp_t time;
};
#endif