aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-07-16 14:30:31 +1000
committerFurkan Sahin <furkan-dev@proton.me>2018-07-16 14:30:31 +1000
commitc5a994a53744d414ade8a2274518750c8d935f89 (patch)
tree3b83225ea6ccb895c7ac83e0f9f578317a88e3e0 /include
parent83b24a5586edd68bbb2107d9680f4de7cf26a242 (diff)
Mark containers as urgent in IPC if they have urgent views
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/container.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 04e50fc6..ca7a3288 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -316,4 +316,6 @@ void container_floating_move_to(struct sway_container *con,
*/
void container_set_dirty(struct sway_container *container);
+bool container_has_urgent_child(struct sway_container *container);
+
#endif