Searched refs:NoRaiseMove (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dscreen.h219 short NoRaiseMove; /* don't raise window following move */ member in struct:ScreenInfo
H A Dparse.c677 Scr->NoRaiseMove = TRUE;
H A Dtwm.c745 Scr->NoRaiseMove = FALSE;
H A Devents.c1576 if (!Scr->NoRaiseMove && !Scr->OpaqueMove) /* opaque already did */
1587 raise_win = ((DragWindow == Tmp_win->frame && !Scr->NoRaiseMove)
H A Dmenus.c1549 * NoRaiseMove is set or OpaqueMove is set).
1649 if (!Scr->NoRaiseMove && Scr->OpaqueMove) /* can't restore... */
/xsrc/external/mit/ctwm/dist/
H A Dscreen.h808 bool NoRaiseMove; ///< NoRaiseOnMove config var member in struct:ScreenInfo
H A Dfunctions_win.c705 if(!Scr->NoRaiseMove && Scr->OpaqueMove && !WindowMoved) {
H A Dfunctions_win_moveresize.c309 * NoRaiseMove is set or OpaqueMove is set).
483 if(!Scr->NoRaiseMove && Scr->OpaqueMove && !WindowMoved) {
864 if(!Scr->NoRaiseMove) {
H A Dctwm_main.c1194 scr->NoRaiseMove = false;
H A Dparse_be.c636 Scr->NoRaiseMove = true;
H A Devent_handlers.c2373 if(!Scr->NoRaiseMove) { /* && !Scr->OpaqueMove) opaque already did */
2395 raise_win = ((DragWindow == Tmp_win->frame && !Scr->NoRaiseMove)

Completed in 22 milliseconds