>From f556b05e71d18f261676b73318854daeef80c610 Mon Sep 17 00:00:00 2001 From: Manuel Giraud Date: Mon, 19 Sep 2022 17:15:50 +0200 Subject: [PATCH] ; * src/font.h (struct font_driver): Comment fix. --- src/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/font.h b/src/font.h index 06bd297ccb..a932008fca 100644 --- a/src/font.h +++ b/src/font.h @@ -660,7 +660,7 @@ #define FONT_INVALID_CODE 0xFFFFFFFF /* Optional. Draw glyphs between FROM and TO of S->char2b at (X Y) pixel - position of frame F with S->FACE and S->GC. If WITH_BACKGROUND, + position of frame S->F with S->FACE and S->GC. If WITH_BACKGROUND, fill the background in advance. It is assured that WITH_BACKGROUND is false when (FROM > 0 || TO < S->nchars). */ int (*draw) (struct glyph_string *s, int from, int to, -- 2.37.3