From 1b18b0a27d285270c12e57781738c48377d5529b Mon Sep 17 00:00:00 2001
From: Scott Anderson <ascent12@hotmail.com>
Date: Fri, 29 Sep 2017 16:31:04 +1300
Subject: Fix time and transform

---
 include/backend/x11.h | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'include')

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
-- 
cgit v1.2.3