HomeSort by: relevance | last modified time | path
    Searched refs:BorderRight (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
win_ops.c 285 if(fx + neww >= Scr->rootw - Scr->BorderRight) {
286 fx = Scr->rootw - Scr->BorderRight - neww;
screen.h 757 int BorderRight; ///< BorderRight config var
add_window.c 800 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;
parse_be.c 248 { "borderright", NKEYWORD, kwn_BorderRight },
1367 Scr->BorderRight = num;
1369 if(Scr->BorderRight < 0) {
1370 Scr->BorderRight = 0;
ewmh.c 1933 Scr->BorderRight = right;
1996 Scr->BorderRight |
2008 strut->right = Scr->BorderRight;
2266 /* w */ prop[2] = scr->rootw - scr->BorderLeft - scr->BorderRight;
workspace_manager.c 1331 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;
ctwm_main.c 680 Scr->BorderLeft, Scr->BorderRight,
687 "Borders too large! correct BorderLeft, BorderRight, BorderTop and/or BorderBottom parameters\n");
1295 scr->BorderRight = 0;
functions_win_moveresize.c 1080 (cons == Scr->rootw - Scr->BorderRight)) {

Completed in 25 milliseconds