aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.h b/src/font.h
index 97e8c5b43ab..d083ae8f842 100644
--- a/src/font.h
+++ b/src/font.h
@@ -659,7 +659,7 @@ struct font_driver
659 659
660 /* Optional. 660 /* Optional.
661 Draw glyphs between FROM and TO of S->char2b at (X Y) pixel 661 Draw glyphs between FROM and TO of S->char2b at (X Y) pixel
662 position of frame F with S->FACE and S->GC. If WITH_BACKGROUND, 662 position of frame S->F with S->FACE and S->GC. If WITH_BACKGROUND,
663 fill the background in advance. It is assured that WITH_BACKGROUND 663 fill the background in advance. It is assured that WITH_BACKGROUND
664 is false when (FROM > 0 || TO < S->nchars). */ 664 is false when (FROM > 0 || TO < S->nchars). */
665 int (*draw) (struct glyph_string *s, int from, int to, 665 int (*draw) (struct glyph_string *s, int from, int to,