Searched refs:FocusRoot (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dscreen.h215 short FocusRoot; /* is the input focus on the root ? */ member in struct:ScreenInfo
H A Dmenus.c1840 if (!Scr->FocusRoot && Scr->Focus == tmp_win) {
1856 Scr->FocusRoot = FALSE;
2359 Scr->FocusRoot = TRUE;
2482 Scr->FocusRoot = TRUE;
2510 Scr->FocusRoot = TRUE;
H A Dtwm.c740 Scr->FocusRoot = TRUE;
H A Devents.c2040 * If currently in PointerRoot mode (indicated by FocusRoot), then
2043 if (Scr->FocusRoot && (!scanArgs.leaves || scanArgs.inferior)) {
2096 } /* end if FocusRoot */
2207 if (Scr->FocusRoot) {
/xsrc/external/mit/ctwm/dist/
H A Dfunctions_win.c244 if(!Scr->FocusRoot && Scr->Focus == tmp_win) {
250 Scr->FocusRoot = false;
H A Dwin_iconify.c145 Scr->FocusRoot = true;
600 Scr->FocusRoot = true;
H A Dscreen.h803 bool FocusRoot; member in struct:ScreenInfo
H A Dwin_ops.c194 Scr->FocusRoot = true;
H A Dctwm_main.c668 Scr->FocusRoot = false;
1190 scr->FocusRoot = true;
H A Devent_handlers.c3112 if(! Scr->FocusRoot) {
3224 * If currently in PointerRoot mode (indicated by FocusRoot), then
3227 if(Scr->FocusRoot && (!scanArgs.leaves || scanArgs.inferior)) {
3360 } /* end if FocusRoot */
3567 * - Scr->FocusRoot is our "are we automatically changing focus
3598 if(Scr->FocusRoot

Completed in 21 milliseconds