summaryrefslogtreecommitdiff
path: root/include/sway/tree/workspace.h
diff options
context:
space:
mode:
authorTony Crisci <[email protected]>2018-03-30 15:47:53 -0400
committerGitHub <[email protected]>2018-03-30 15:47:53 -0400
commit7eca02301ba309fa909ba9b12cb335f8f944f1ee (patch)
tree8616074124e558fb6787be9cb3336d61663d9a86 /include/sway/tree/workspace.h
parent1c50d79e1940d9dce6217d0ca19611a19709120a (diff)
parent88f08a42f30c6d79adbc9c1d5d897113fcd3a6f4 (diff)
Merge pull request #1662 from swaywm/workspace-delete-fixes
Fix workspace deletion edge cases
Diffstat (limited to 'include/sway/tree/workspace.h')
-rw-r--r--include/sway/tree/workspace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/tree/workspace.h b/include/sway/tree/workspace.h
index d73b29c1..4e4c3450 100644
--- a/include/sway/tree/workspace.h
+++ b/include/sway/tree/workspace.h
@@ -23,4 +23,6 @@ struct sway_container *workspace_output_prev(struct sway_container *current);
struct sway_container *workspace_prev(struct sway_container *current);
+bool workspace_is_visible(struct sway_container *ws);
+
#endif