xdg-shell: notify txn system on cache event

This commit is contained in:
Kirill Primak 2021-07-30 14:18:14 +03:00
parent 4c17a62c23
commit 47d0d18db9
2 changed files with 13 additions and 4 deletions

View file

@ -117,6 +117,7 @@ struct sway_xdg_shell_view {
struct sway_view view;
struct wl_listener ack_configure;
struct wl_listener cache;
struct wl_listener commit;
struct wl_listener request_move;
struct wl_listener request_resize;