]> git.sur5r.net Git - i3/i3/blobdiff - include/workspace.h
Introduce get_existing_workspace_by_name
[i3/i3] / include / workspace.h
index 8d109e9e31726fe04ada3915501e64809c2dbadd..3e7183b9f7b79cc068099adde5d2a14dc9dfb81e 100644 (file)
 #define NET_WM_DESKTOP_NONE 0xFFFFFFF0
 #define NET_WM_DESKTOP_ALL 0xFFFFFFFF
 
+/**
+ * Returns the workspace with the given name or NULL if such a workspace does
+ * not exist.
+ *
+ */
+Con *get_existing_workspace_by_name(const char *name);
+
 /**
  * Returns a pointer to the workspace with the given number (starting at 0),
  * creating the workspace if necessary (by allocating the necessary amount of