Home
last modified time | relevance | path

Searched refs:bg_border_cs (Results 1 – 2 of 2) sorted by relevance

/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dborders.c122 int bg_border_cs; /* for UseBorderStyle */ member
325 cd->bg_border_cs = -1; in get_common_decorations()
342 cd->bg_border_cs = GetDecor( in get_common_decorations()
371 cd->bg_border_cs = GetDecor( in get_common_decorations()
506 int cs = cd->bg_border_cs; in border_get_parts_and_pos_to_draw()
684 CSET_PIXMAP_IS_TILED(td->cd->bg_border_cs))) in border_get_tb_parts_to_draw()
1431 if (cd->bg_border_cs < 0 || CSET_IS_TRANSPARENT(cd->bg_border_cs)) in border_get_frame_pixmap()
1464 else if (cd->bg_border_cs >= 0 && in border_get_border_background()
1465 !CSET_IS_TRANSPARENT_PR(cd->bg_border_cs)) in border_get_border_background()
1467 colorset_t *cs_t = &Colorset[cd->bg_border_cs]; in border_get_border_background()
[all …]
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dborders.c122 int bg_border_cs; /* for UseBorderStyle */ member
325 cd->bg_border_cs = -1; in get_common_decorations()
342 cd->bg_border_cs = GetDecor( in get_common_decorations()
371 cd->bg_border_cs = GetDecor( in get_common_decorations()
506 int cs = cd->bg_border_cs; in border_get_parts_and_pos_to_draw()
684 CSET_PIXMAP_IS_TILED(td->cd->bg_border_cs))) in border_get_tb_parts_to_draw()
1431 if (cd->bg_border_cs < 0 || CSET_IS_TRANSPARENT(cd->bg_border_cs)) in border_get_frame_pixmap()
1464 else if (cd->bg_border_cs >= 0 && in border_get_border_background()
1465 !CSET_IS_TRANSPARENT_PR(cd->bg_border_cs)) in border_get_border_background()
1467 colorset_t *cs_t = &Colorset[cd->bg_border_cs]; in border_get_border_background()
[all …]