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

/xsrc/external/mit/ctwm/dist/
H A Dwin_utils.c721 *y = ((*y - Scr->BorderTop) / Scr->YMoveGrid) * Scr->YMoveGrid
728 *y = ((*y - Scr->BorderTop) / Scr->YMoveGrid) *
729 Scr->YMoveGrid + Scr->BorderTop;
735 *y = (((*y + h - Scr->BorderTop) / Scr->YMoveGrid) * Scr->YMoveGrid)
741 *y = (((*y + h - Scr->BorderTop) / Scr->YMoveGrid) *
742 Scr->YMoveGrid) - h + Scr->BorderTop;
H A Dscreen.h552 short YMoveGrid; ///< YMoveGrid config var member in struct:ScreenInfo
H A Dfunctions_win_moveresize.c846 fy -= step * Scr->YMoveGrid;
856 fy += step * Scr->YMoveGrid;
H A Dctwm_main.c1275 scr->YMoveGrid = 1;
H A Dparse_be.c1206 Scr->YMoveGrid = num;
H A DCHANGES.md1257 1. 2 new keywords: XMoveGrid and YMoveGrid with an integer parameter.
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc2117 YMoveGrid `number`::

Completed in 17 milliseconds