Skip to content

Commit b9a5972

Browse files
committed
Rename rgba option to an appropriate name (was subpixel)
1 parent f7aa6f1 commit b9a5972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kitty/fontconfig.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pattern_as_dict(FcPattern *pat) {
5050
I(FC_SLANT, slant);
5151
I(FC_HINT_STYLE, hint_style);
5252
I(FC_INDEX, index);
53-
I(FC_RGBA, subpixel);
53+
I(FC_RGBA, rgba);
5454
I(FC_LCD_FILTER, lcdfilter);
5555
B(FC_HINTING, hinting);
5656
B(FC_SCALABLE, scalable);

0 commit comments

Comments
 (0)