]> git.sur5r.net Git - i3/i3/blobdiff - include/workspace.h
Merge branch 'release-4.16.1'
[i3/i3] / include / workspace.h
index ae2874227d0f78845b22c4d2e5c227f614b9c4e2..28d9eb66cd18f8179bd373e5b8362d6ce0a7bd2f 100644 (file)
@@ -38,6 +38,13 @@ Con *get_existing_workspace_by_name(const char *name);
  */
 Con *get_existing_workspace_by_num(int num);
 
+/**
+ * Returns true if the first output assigned to a workspace with the given
+ * workspace assignment is the same as the given output.
+ *
+ */
+bool output_triggers_assignment(Output *output, struct Workspace_Assignment *assignment);
+
 /**
  * Returns a pointer to the workspace with the given number (starting at 0),
  * creating the workspace if necessary (by allocating the necessary amount of