aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/server.h')
-rw-r--r--include/sway/server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index b07e86a7..2aa7b7fe 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -47,6 +47,8 @@ struct sway_server {
47 47
48 bool terminating; 48 bool terminating;
49 49
50 struct sway_transaction *head_transaction; // singly linked list
51
50 // When a view is being destroyed and is waiting for a transaction to 52 // When a view is being destroyed and is waiting for a transaction to
51 // complete it will be stored here. 53 // complete it will be stored here.
52 list_t *destroying_containers; 54 list_t *destroying_containers;