Implement surface-suspension-v1

This commit is contained in:
Simon Ser 2021-06-16 20:52:40 +02:00
parent 75a4122f7a
commit 3562b9d303
3 changed files with 33 additions and 0 deletions

View file

@ -90,6 +90,8 @@ struct sway_server {
struct wlr_xdg_activation_v1 *xdg_activation_v1;
struct wl_listener xdg_activation_v1_request_activate;
struct wlr_surface_suspension_manager_v1 *surface_suspension_manager_v1;
// The timeout for transactions, after which a transaction is applied
// regardless of readiness.
size_t txn_timeout_ms;