Skip to content

Commit

Permalink
fvwm_msg -> fvwm_style
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAdam committed Mar 6, 2021
1 parent 1403405 commit c919957
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions fvwm/style.c
Original file line number Diff line number Diff line change
Expand Up @@ -2326,13 +2326,12 @@ static Bool style_parse_one_style_option(
bad = True;
} else {
f[i] = val[i];
}
}
}
}
if (bad)
{
fvwm_msg(
ERR, "style_parse_one_style_option",
fvwm_debug(__func__,
"Bad argument to BorderColorsetRegions"
": %s", rest);
break;
Expand Down Expand Up @@ -2388,8 +2387,7 @@ static Bool style_parse_one_style_option(
}
if (bad)
{
fvwm_msg(
ERR, "style_parse_one_style_option",
fvwm_debug(__func__,
"Bad argument to HandlesColorsetRegions"
": %s", rest);
break;
Expand Down Expand Up @@ -3078,8 +3076,7 @@ static Bool style_parse_one_style_option(
}
if (bad)
{
fvwm_msg(
ERR, "style_parse_one_style_option",
fvwm_debug(__func__,
"Bad argument to HilightBorderColorsetRegions"
": %s", rest);
break;
Expand Down Expand Up @@ -3134,8 +3131,8 @@ static Bool style_parse_one_style_option(
}
if (bad)
{
fvwm_msg(
ERR, "style_parse_one_style_option",
fvwm_debug(__func__,
"style_parse_one_style_option",
"Bad argument to HilightHandlesColorsetRegions"
": %s", rest);
break;
Expand Down Expand Up @@ -5897,7 +5894,7 @@ void update_window_color_style(FvwmWindow *fw, window_style *pstyle)
fw->border_colors_handles_se.back = fw->colors.back;
}

}
}

void update_window_color_hi_style(FvwmWindow *fw, window_style *pstyle)
{
Expand Down

0 comments on commit c919957

Please sign in to comment.