Searched refs:BorderLeft (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dwin_utils.c719 *x = ((*x - Scr->BorderLeft) / Scr->XMoveGrid) * Scr->XMoveGrid
720 + Scr->BorderLeft;
726 *x = (((*x + w - Scr->BorderLeft) / Scr->XMoveGrid) *
727 Scr->XMoveGrid) - w + Scr->BorderLeft;
733 *x = ((*x - Scr->BorderLeft) / Scr->XMoveGrid) * Scr->XMoveGrid
734 + Scr->BorderLeft;
739 *x = (((*x + w - Scr->BorderLeft) / Scr->XMoveGrid) *
740 Scr->XMoveGrid) - w + Scr->BorderLeft;
H A Dscreen.h756 int BorderLeft; ///< BorderLeft config var member in struct:ScreenInfo
H A Dadd_window.c797 PlaceX = Scr->BorderLeft + 5;
817 PlaceX = Scr->BorderLeft + 5;
824 if(Scr->RandomDisplacementX < 0 && PlaceX < Scr->BorderLeft + 5) {
1171 if(dx < HALF_AVE_CURSOR_SIZE + Scr->BorderLeft) {
1172 dx = HALF_AVE_CURSOR_SIZE + Scr->BorderLeft;
H A Dewmh.c1932 Scr->BorderLeft = left;
1995 (Scr->BorderLeft |
2007 strut->left = Scr->BorderLeft;
2264 /* x */ prop[0] = scr->BorderLeft;
2266 /* w */ prop[2] = scr->rootw - scr->BorderLeft - scr->BorderRight;
H A Dparse_be.c1358 Scr->BorderLeft = num;
1360 if(Scr->BorderLeft < 0) {
1361 Scr->BorderLeft = 0;
H A Dworkspace_manager.c1326 if((winX < Scr->BorderLeft) && ((Scr->MoveOffResistance < 0) ||
1327 (winX > Scr->BorderLeft - Scr->MoveOffResistance))) {
1328 winX = Scr->BorderLeft;
1329 newX = msw->x + XW + Scr->BorderLeft * mw->wwidth / vs->w;
H A Dctwm_main.c680 Scr->BorderLeft, Scr->BorderRight,
687 "Borders too large! correct BorderLeft, BorderRight, BorderTop and/or BorderBottom parameters\n");
1294 scr->BorderLeft = 0;
H A DCHANGES.md1026 With the new keywords BorderLeft, BorderRight, BorderBottom and
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc556 BorderLeft `pixels`::

Completed in 21 milliseconds