Searched refs:BorderRight (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dwin_ops.c285 if(fx + neww >= Scr->rootw - Scr->BorderRight) {
286 fx = Scr->rootw - Scr->BorderRight - neww;
H A Dscreen.h757 int BorderRight; ///< BorderRight config var member in struct:ScreenInfo
H A Dadd_window.c800 PlaceX = Scr->rootw - tmp_win->attr.width - Scr->BorderRight - 5;
816 > Scr->rootw - Scr->BorderRight - 5)) {
825 PlaceX = Scr->rootw - tmp_win->attr.width - Scr->BorderRight - 5;
1180 if(AddingX + dx >= Scr->rootw - Scr->BorderRight) {
1181 dx = Scr->rootw - Scr->BorderRight - AddingX - 1;
H A Dparse_be.c1367 Scr->BorderRight = num;
1369 if(Scr->BorderRight < 0) {
1370 Scr->BorderRight = 0;
H A Dewmh.c1933 Scr->BorderRight = right;
1996 Scr->BorderRight |
2008 strut->right = Scr->BorderRight;
2266 /* w */ prop[2] = scr->rootw - scr->BorderLeft - scr->BorderRight;
H A Dworkspace_manager.c1331 if(((winX + width) > vs->w - Scr->BorderRight) &&
1333 ((winX + width) < vs->w - Scr->BorderRight + Scr->MoveOffResistance))) {
1334 winX = vs->w - Scr->BorderRight - width;
1336 (1 - Scr->BorderRight / (double) vs->w) - wl->width + XW - 2;
H A Dctwm_main.c680 Scr->BorderLeft, Scr->BorderRight,
687 "Borders too large! correct BorderLeft, BorderRight, BorderTop and/or BorderBottom parameters\n");
1295 scr->BorderRight = 0;
H A Dfunctions_win_moveresize.c1080 (cons == Scr->rootw - Scr->BorderRight)) {
H A DCHANGES.md1026 With the new keywords BorderLeft, BorderRight, BorderBottom and
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc567 BorderRight `pixels`::

Completed in 23 milliseconds