Searched refs:MovePackResistance (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dwin_utils.c531 if(final->x + Scr->MovePackResistance > cur_win->x +
537 Scr->MovePackResistance) { /* right */
541 if(final->y + Scr->MovePackResistance > cur_win->y +
547 Scr->MovePackResistance) { /* bottom */
665 (x + Scr->MovePackResistance > t->frame_x + w)) {
672 (x + winw < t->frame_x + Scr->MovePackResistance)) {
679 (y + Scr->MovePackResistance > t->frame_y + h)) {
686 (y + winh < t->frame_y + Scr->MovePackResistance)) {
H A Dscreen.h814 int MovePackResistance; ///< MovePackResistence config var member in struct:ScreenInfo
H A Dctwm_main.c1241 scr->MovePackResistance = 20;
H A Dparse_be.c1186 Scr->MovePackResistance = num;
H A DCHANGES.md1446 window (more than MovePackResistance pixels), the move is resumed
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc1238 MovePackResistance `pixels`::
2670 `MovePackResistance` pixels), the move is resumed and the moving window
2677 `MovePackResistance` pixels), there is no push and the moving window

Completed in 15 milliseconds