mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
Allow views to skip configures
To do this properly, the transaction queue will only be processed if it can be completely processed.
This commit is contained in:
parent
e6829c5991
commit
9652529cc1
5 changed files with 42 additions and 22 deletions
|
|
@ -47,7 +47,7 @@ struct sway_server {
|
|||
|
||||
bool debug_txn_timings;
|
||||
|
||||
struct sway_transaction *head_transaction; // singly linked list
|
||||
list_t *transactions;
|
||||
|
||||
// When a view is being destroyed and is waiting for a transaction to
|
||||
// complete it will be stored here.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue