Home
last modified time | relevance | path

Searched refs:MoveResistance (Results 1 – 7 of 7) sorted by relevance

/dports/x11-toolkits/lesstif/lesstif-0.95.2/clients/Motif-2.1/mwm/
H A Dmove.c235 ((xl + Width) < scr->d_width + scr->MoveResistance)) in MOVE_EventLoop()
237 if ((xl <= 0) && (xl > -scr->MoveResistance)) in MOVE_EventLoop()
240 ((yt + Height) < scr->d_height + scr->MoveResistance)) in MOVE_EventLoop()
242 if ((yt <= 0) && (yt > -scr->MoveResistance)) in MOVE_EventLoop()
270 ((xl + Width) < scr->d_width + scr->MoveResistance)) in MOVE_EventLoop()
272 if ((xl <= 0) && (xl > -scr->MoveResistance)) in MOVE_EventLoop()
275 ((yt + Height) < scr->d_height + scr->MoveResistance)) in MOVE_EventLoop()
277 if ((yt <= 0) && (yt > -scr->MoveResistance)) in MOVE_EventLoop()
H A Dmwm.h739 int MoveResistance; /* res to moving windows over viewport edge */ member
H A Dscreens.c1310 scr->ScrollResistance = scr->MoveResistance = 250; in SCREEN_Initialize()
/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dmove.c171 ((xl + Width) < Scr.MyDisplayWidth+Scr.MoveResistance)) in moveLoop()
173 if((xl <= 0)&&(xl > -Scr.MoveResistance)) in moveLoop()
176 ((yt + Height) < Scr.MyDisplayHeight+Scr.MoveResistance)) in moveLoop()
178 if((yt <= 0)&&(yt > -Scr.MoveResistance)) in moveLoop()
208 ((xl + Width) < Scr.MyDisplayWidth+Scr.MoveResistance)) in moveLoop()
210 if((xl <= 0)&&(xl > -Scr.MoveResistance)) in moveLoop()
213 ((yt + Height) < Scr.MyDisplayHeight+Scr.MoveResistance)) in moveLoop()
215 if((yt <= 0)&&(yt > -Scr.MoveResistance)) in moveLoop()
H A Dscreen.h223 int MoveResistance; /* res to moving windows over viewport edge */ member
H A Dafterstep.c740 Scr.ScrollResistance = Scr.MoveResistance = 0; in InitVariables()
H A Dconfigure.c223 &Scr.MoveResistance},