diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-09-29 16:31:04 +1300 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-09-29 16:31:04 +1300 |
commit | 1b18b0a27d285270c12e57781738c48377d5529b (patch) | |
tree | 76277fbcbd76b5a376d9ba49b21be614b3327b42 /include/backend | |
parent | 68c3806377e5ad7bd35bece53345913c24ce6e24 (diff) |
Fix time and transform
Diffstat (limited to 'include/backend')
-rw-r--r-- | include/backend/x11.h | 3 |
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 |