diff options
Diffstat (limited to 'src/drw/drw.c')
| -rw-r--r-- | src/drw/drw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drw/drw.c b/src/drw/drw.c index 05420c0..5e90c2c 100644 --- a/src/drw/drw.c +++ b/src/drw/drw.c | |||
| @@ -111,7 +111,7 @@ static Fnt *xfont_create(Drw *drw, const char *fontname, FcPattern *fontpattern) | |||
| 111 | /* Using the pattern found at font->xfont->pattern does not | 111 | /* Using the pattern found at font->xfont->pattern does not |
| 112 | * yield the same substitution results as using the pattern | 112 | * yield the same substitution results as using the pattern |
| 113 | * returned by FcNameParse; using the latter results in the | 113 | * returned by FcNameParse; using the latter results in the |
| 114 | * desired fallback behaviour whereas the former just results in | 114 | * desired fallback behavior whereas the former just results in |
| 115 | * missing-character rectangles being drawn, at least with some | 115 | * missing-character rectangles being drawn, at least with some |
| 116 | * fonts. */ | 116 | * fonts. */ |
| 117 | if (!(xfont = | 117 | if (!(xfont = |
