OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NoRaiseMove
(Results
1 - 11
of
11
) sorted by relevancy
/xsrc/external/mit/twm/dist/src/
screen.h
219
short
NoRaiseMove
; /* don't raise window following move */
parse.c
677
Scr->
NoRaiseMove
= TRUE;
twm.c
745
Scr->
NoRaiseMove
= FALSE;
events.c
1576
if (!Scr->
NoRaiseMove
&& !Scr->OpaqueMove) /* opaque already did */
1587
raise_win = ((DragWindow == Tmp_win->frame && !Scr->
NoRaiseMove
)
menus.c
1549
*
NoRaiseMove
is set or OpaqueMove is set).
1649
if (!Scr->
NoRaiseMove
&& Scr->OpaqueMove) /* can't restore... */
/xsrc/external/mit/ctwm/dist/
screen.h
808
bool
NoRaiseMove
; ///< NoRaiseOnMove config var
functions_win.c
705
if(!Scr->
NoRaiseMove
&& Scr->OpaqueMove && !WindowMoved) {
functions_win_moveresize.c
309
*
NoRaiseMove
is set or OpaqueMove is set).
483
if(!Scr->
NoRaiseMove
&& Scr->OpaqueMove && !WindowMoved) {
864
if(!Scr->
NoRaiseMove
) {
ctwm_main.c
1194
scr->
NoRaiseMove
= false;
parse_be.c
636
Scr->
NoRaiseMove
= true;
event_handlers.c
2373
if(!Scr->
NoRaiseMove
) { /* && !Scr->OpaqueMove) opaque already did */
2395
raise_win = ((DragWindow == Tmp_win->frame && !Scr->
NoRaiseMove
)
Completed in 13 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026