Home | History | Annotate | Download | only in dist

Lines Matching defs:border

493 	enum { NONE, LEFT, RIGHT, TOP, BOTTOM } border = NONE;
522 border = LEFT;
524 border = RIGHT;
526 border = TOP;
528 border = BOTTOM;
532 (border == LEFT || border == TOP))
535 (border != NONE && !MOUSE_DRAG(m->lb))) {
710 lines = options_get_number(o, "popup-border-lines");
740 style_apply(&pd->border_cell, o, "popup-border-style", NULL);