HomeSort by: relevance | last modified time | path
    Searched refs:OCCUPY (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
clicktofocus.c 16 if(!first && !t->isiconmgr && OCCUPY(t, current) && t->mapped) {
19 if(t->hasfocusvisible && OCCUPY(t, current)) {
workspace_utils.c 102 if(OCCUPY(twmWin, newws)) {
107 if(OCCUPY(twmWin, oldws)) {
121 if(!OCCUPY(twmWin, newws)) {
137 if(OCCUPY(twmWin, tvs->wsw->currentwspc)) {
161 if(OCCUPY(wl->iconmgr->twm_win, newws)) {
167 if(OCCUPY(wl->iconmgr->twm_win, newws)) {
282 if(OCCUPY(twmWin, newws)) { /* check should not even be needed anymore */
occupation.c 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 *
    [all...]
workspace_manager.c 537 * Dragging windows around to move or re-occupy in the map window
1420 if(!OCCUPY(win, vs->wsw->currentwspc) ||
1472 if(Scr->OpaqueMove && !OCCUPY(win, vs->wsw->currentwspc)) {
1586 OCCUPY(wl->twm_win, newws)) {
1617 OCCUPY(wl->twm_win, newws)) {
1780 /* If it's an occupy window, ditto */
1857 if(OCCUPY(win, ws)) {
1914 * occupy this workspace, skip it.
1916 if(win == NULL || win->frame != children[i] || !OCCUPY(win, ws)) {
2108 if(OCCUPY(win, ws))
    [all...]
ctwm.h 369 #define OCCUPY(w, b) ((b == NULL) ? 1 : (w->occupation & (1 << b->number)))
event_utils.c 58 if(OCCUPY(tmp, Scr->currentvs->wsw->currentwspc)) {
win_regions.c 118 if(OCCUPY(tmp_win, wl)) {
menus.c 1214 if(!(all || allicons) && !OCCUPY(tmp_win, ws)) {
1256 if(!(all || allicons) && ! OCCUPY(tmp_win, ws)) {
win_utils.c 950 if(OCCUPY(t, wlist)) {
otp.c 144 && OCCUPY(twm_win, Scr->currentvs->wsw->currentwspc));
event_handlers.c 1659 * the occupy window once for itself, and then once for each
2009 if(!OCCUPY(Tmp_win, Scr->currentvs->wsw->currentwspc) &&
2038 if(!OCCUPY(Tmp_win, Scr->currentvs->wsw->currentwspc) &&
2042 if(1/*OCCUPY (Tmp_win, Scr->workSpaceMgr.activeWSPC)*/) {

Completed in 12 milliseconds