Home
last modified time | relevance | path

Searched refs:has_decor (Results 1 – 5 of 5) sorted by relevance

/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dfvwm.h545 unsigned has_decor : 1; member
H A Dstyle.c396 if (add_style->flag_mask.has_decor) in merge_styles()
842 if (pmask->has_decor) in free_style_mask()
4355 ps->flags.has_decor = (token != NULL); in style_parse_one_style_option()
4356 ps->flag_mask.has_decor = 1; in style_parse_one_style_option()
4357 ps->change_mask.has_decor = 1; in style_parse_one_style_option()
5075 if (ret_style->change_mask.has_decor) in check_window_style_change()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dfvwm.h540 unsigned has_decor : 1; member
H A Dstyle.c395 if (add_style->flag_mask.has_decor) in merge_styles()
881 if (pmask->has_decor) in free_style_mask()
4417 ps->flags.has_decor = (token != NULL); in style_parse_one_style_option()
4418 ps->flag_mask.has_decor = 1; in style_parse_one_style_option()
4419 ps->change_mask.has_decor = 1; in style_parse_one_style_option()
5133 if (ret_style->change_mask.has_decor) in check_window_style_change()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dscreen.c2111 bool has_decor = false; // this buffer has decoration in win_line() local
2189 has_decor = decor_redraw_line(wp->w_buffer, lnum-1, in win_line()
2200 has_decor = true; in win_line()
2219 has_decor = true; in win_line()
2222 if (has_decor) { in win_line()
2964 if (has_decor && row == startrow + filler_lines) { in win_line()
3560 if (has_decor && v > 0) { in win_line()
4107 if (has_decor) { in win_line()