Lines Matching refs:OCCUPY
88 twm_win->occupation = 1 << 0; /* occupy workspace #0 */
102 /* Specified in any Occupy{} config params? */
204 if(!OCCUPY(twm_win, twm_win->vs->wsw->currentwspc)) {
212 if(OCCUPY(twm_win, vs->wsw->currentwspc)) {
476 if(! OCCUPY(win, ws)) {
532 if(! OCCUPY(tw, vs->wsw->currentwspc)) {
573 * Pieces related to the Occupy window
585 * Create the Occupy window. Part of startup process.
590 * There is only one Occupy window (per Screen), it is reparented to each
599 /* Shorthands for the Occupy window */
670 * the occupy window), so leave it as a magic constant for now.
804 fprintf(stderr, "cannot create occupy window, exiting...\n");
868 * Slightly misleading name: layout the internals of the Occupy window
982 * Somebody clicked in the Occupy window
999 /* ... or if there's no Occupy window up for anything */
1070 * f.occupy backend - pop up Occupy control for some window
1073 Occupy(TwmWindow *twm_win)
1086 /* Grab our one screen-wide f.occupy window */
1108 /* Move the occupy window to where it should be */
1209 if(tmp_win->vs && !OCCUPY(tmp_win, tmp_win->vs->wsw->currentwspc)) {
1221 if(OCCUPY(tmp_win, vs->wsw->currentwspc)) {
1288 * window, AND windows manually set to occupy everything. We
1361 * f.occupy window up? Can't change in the middle of changing.
1363 * occupy window breaks it forever.
1409 * occupy. Used in handling the Occupy { } block in config file.
1416 /* "all" is a magic workspace value which makes it occupy anywhere */