Fix time and transform

This commit is contained in:
Scott Anderson 2017-09-29 16:31:04 +13:00
parent 68c3806377
commit 1b18b0a27d
2 changed files with 12 additions and 4 deletions

View file

@ -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