Lines Matching defs:workspace
88 twm_win->occupation = 1 << 0; /* occupy workspace #0 */
123 status = XrmGetResource(db, "ctwm.workspace", "Ctwm.Workspace",
193 /* If it's apparently-nonsensical, put it in its vs's workspace */
277 * Make sure a window is marked in a given workspace. f.addtoworkspace.
330 /* f.toggleoccupation - flip setting for [current] workspace */
644 /* Window min width based on bottom vs. workspace btns */
669 * for it on the workspace manager (which is the config used for
705 * in a grid mirroring the workspace manager's.
909 * Lay out the workspace buttons
1016 /* Find the workspace button that was clicked */
1214 * Try to find an(other) virtual screen which shows a workspace
1272 * Handle showing it up in the workspace map in the appropriate
1412 AddToClientsList(char *workspace, char *client)
1416 /* "all" is a magic workspace value which makes it occupy anywhere */
1417 if(strcmp(workspace, "all") == 0) {
1425 if(strncmp(workspace, "ws:", 3) == 0) {
1426 if((ws = GetWorkspace(workspace + 3)) != NULL) {
1432 /* Else find that named workspace and all this to it */
1433 if((ws = GetWorkspace(workspace)) != NULL) {
1444 * Turn a ctwm.workspace resource string into an occupation mask. n.b.;
1496 fprintf(stderr, "unknown workspace : %s\n", wrkSpcName);
1520 * Turns a \0-separated buffer of workspace names into an occupation
1550 fprintf(stderr, "unknown workspace : %s\n", wrkSpcName);
1568 * string) of the workspace names.