summaryrefslogtreecommitdiff
path: root/include/sway/workspace.h
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2017-11-22 20:39:27 -0500
committerDrew DeVault <[email protected]>2017-11-22 20:39:50 -0500
commitaeda2e077f6184ecd26dc078c7b5db7f0dc54fd7 (patch)
tree0e84fc6ce2409ef5c60210efd18cb0981e3f9cf7 /include/sway/workspace.h
parent68036018c8a19f1ec3536e8111899fe280aad38d (diff)
Add workspace to outputs
Diffstat (limited to 'include/sway/workspace.h')
-rw-r--r--include/sway/workspace.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sway/workspace.h b/include/sway/workspace.h
new file mode 100644
index 00000000..04b2ea4e
--- /dev/null
+++ b/include/sway/workspace.h
@@ -0,0 +1,6 @@
+#ifndef _SWAY_WORKSPACE_H
+#define _SWAY_WORKSPACE_H
+
+char *workspace_next_name(const char *output_name);
+
+#endif