mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Fix time and transform
This commit is contained in:
parent
68c3806377
commit
1b18b0a27d
2 changed files with 12 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue