Home
last modified time | relevance | path

Searched refs:SGET_WINDOW_FONT (Results 1 – 6 of 6) sorted by relevance

/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dstyle.c430 SAFEFREE(SGET_WINDOW_FONT(*merged_style)); in merge_styles()
432 *merged_style, (SGET_WINDOW_FONT(*add_style)) ? in merge_styles()
433 fxstrdup(SGET_WINDOW_FONT(*add_style)) : in merge_styles()
439 *merged_style, SGET_WINDOW_FONT(*add_style)); in merge_styles()
840 SAFEFREE(SGET_WINDOW_FONT(*style)); in free_style()
891 SAFEFREE(SGET_WINDOW_FONT(*style)); in free_style_mask()
2667 SAFEFREE(SGET_WINDOW_FONT(*ps)); in style_parse_one_style_option()
5590 if (SGET_WINDOW_FONT(*nptr)) in print_styles()
5592 mem += strlen(SGET_WINDOW_FONT(*nptr)); in print_styles()
5597 SGET_WINDOW_FONT(*nptr)); in print_styles()
H A Dstyle.h449 #define SGET_WINDOW_FONT(s) \ macro
H A Dadd_window.c1921 SGET_WINDOW_FONT(*pstyle) && in setup_window_font()
1923 FlocaleLoadFont(dpy, SGET_WINDOW_FONT(*pstyle), "fvwm"))) in setup_window_font()
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dstyle.c431 SAFEFREE(SGET_WINDOW_FONT(*merged_style)); in merge_styles()
433 *merged_style, (SGET_WINDOW_FONT(*add_style)) ? in merge_styles()
434 safestrdup(SGET_WINDOW_FONT(*add_style)) : in merge_styles()
440 *merged_style, SGET_WINDOW_FONT(*add_style)); in merge_styles()
801 SAFEFREE(SGET_WINDOW_FONT(*style)); in free_style()
852 SAFEFREE(SGET_WINDOW_FONT(*style)); in free_style_mask()
2643 SAFEFREE(SGET_WINDOW_FONT(*ps)); in style_parse_one_style_option()
5532 if (SGET_WINDOW_FONT(*nptr)) in print_styles()
5534 mem += strlen(SGET_WINDOW_FONT(*nptr)); in print_styles()
5539 SGET_WINDOW_FONT(*nptr)); in print_styles()
H A Dstyle.h446 #define SGET_WINDOW_FONT(s) \ macro
H A Dadd_window.c1951 SGET_WINDOW_FONT(*pstyle) && in setup_window_font()
1953 FlocaleLoadFont(dpy, SGET_WINDOW_FONT(*pstyle), "fvwm"))) in setup_window_font()