mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
Implement surface-suspension-v1
This commit is contained in:
parent
75a4122f7a
commit
3562b9d303
3 changed files with 33 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue