Introduce get_existing_workspace_by_name

This commit is contained in:
Orestis Floros
2018-03-27 22:18:17 +03:00
parent 45be56be33
commit 6a2728ba79
5 changed files with 32 additions and 38 deletions

View File

@ -24,6 +24,13 @@
#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