summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 9022f7a6..e270f851 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -69,6 +69,7 @@ struct sway_view {
69 bool border_bottom; 69 bool border_bottom;
70 bool border_left; 70 bool border_left;
71 bool border_right; 71 bool border_right;
72 bool using_csd;
72 73
73 struct timespec urgent; 74 struct timespec urgent;
74 bool allow_request_urgent; 75 bool allow_request_urgent;