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 2aa7b7fe..94e8f2a2 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -45,6 +45,8 @@ struct sway_server {
45 struct wlr_wl_shell *wl_shell; 45 struct wlr_wl_shell *wl_shell;
46 struct wl_listener wl_shell_surface; 46 struct wl_listener wl_shell_surface;
47 47
48 bool debug_txn_timings;
49
48 bool terminating; 50 bool terminating;
49 51
50 struct sway_transaction *head_transaction; // singly linked list 52 struct sway_transaction *head_transaction; // singly linked list