Searched refs:MoveOffResistance (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dwin_utils.c753 * and MoveOffResistance, etc.
820 ConstrainByLayout(Scr->BorderedLayout, Scr->MoveOffResistance,
851 if(Scr->MoveOffResistance < 0 ||
852 *value > border - Scr->MoveOffResistance) {
855 else if(Scr->MoveOffResistance > 0 &&
856 *value <= border - Scr->MoveOffResistance) {
857 *value = *value + Scr->MoveOffResistance;
866 if(Scr->MoveOffResistance < 0 ||
867 *value + size1 < size2 - border + Scr->MoveOffResistance) {
870 else if(Scr->MoveOffResistance >
[all...]
H A Dworkspace_manager.c1326 if((winX < Scr->BorderLeft) && ((Scr->MoveOffResistance < 0) ||
1327 (winX > Scr->BorderLeft - Scr->MoveOffResistance))) {
1332 ((Scr->MoveOffResistance < 0) ||
1333 ((winX + width) < vs->w - Scr->BorderRight + Scr->MoveOffResistance))) {
1338 if((winY < Scr->BorderTop) && ((Scr->MoveOffResistance < 0) ||
1339 (winY > Scr->BorderTop - Scr->MoveOffResistance))) {
1344 ((Scr->MoveOffResistance < 0) ||
1345 ((winY + height) < vs->h - Scr->BorderBottom + Scr->MoveOffResistance))) {
H A Dscreen.h813 int MoveOffResistance; ///< MoveOffResistence config var member in struct:ScreenInfo
H A Dctwm_main.c1240 scr->MoveOffResistance = -1;
H A Dparse_be.c1179 Scr->MoveOffResistance = num;
H A DCHANGES.md772 Change the behavior of `DontMoveOff` / `MoveOffResistance` so that
774 until it's been moved `MoveOffResistance` pixels (as before), but at
778 less that `MoveOffResistance` pixels.
1540 1. New keyword: `MoveOffResistance`. Idea borrowed to fvwm. If you set
1541 MoveOffResistance to a positive (n) value, dontmoveoff will only
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc1242 MoveOffResistance `pixels`::

Completed in 24 milliseconds