summaryrefslogtreecommitdiffstats
path: root/include/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/container.h')
-rw-r--r--include/container.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/container.h b/include/container.h
index 798a31a2..6c0de104 100644
--- a/include/container.h
+++ b/include/container.h
@@ -101,6 +101,7 @@ swayc_t *swayc_active_workspace_for(swayc_t *view);
101// Container information 101// Container information
102 102
103bool swayc_is_fullscreen(swayc_t *view); 103bool swayc_is_fullscreen(swayc_t *view);
104bool swayc_is_active(swayc_t *view);
104 105
105// Mapping functions 106// Mapping functions
106 107
@@ -110,7 +111,6 @@ void container_map(swayc_t *, void (*f)(swayc_t *, void *), void *);
110void set_view_visibility(swayc_t *view, void *data); 111void set_view_visibility(swayc_t *view, void *data);
111void reset_gaps(swayc_t *view, void *data); 112void reset_gaps(swayc_t *view, void *data);
112 113
113
114void update_visibility(swayc_t *container); 114void update_visibility(swayc_t *container);
115 115
116#endif 116#endif