xwayland: notify txn system on cache event

This commit is contained in:
Kirill Primak 2021-07-30 14:19:03 +03:00
parent 47d0d18db9
commit e7a995a00d
2 changed files with 17 additions and 8 deletions

View file

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