aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorManuel Giraud2022-09-19 17:15:50 +0200
committerEli Zaretskii2022-09-19 18:56:39 +0300
commitc2595b8dcc3c46d2097f1ec25050da0c5efa55b2 (patch)
treea73393275d38e556ebc10855845627483782f72c /src
parent97b928ce09d6034ebcb541fb548e5d4862302add (diff)
downloademacs-c2595b8dcc3c46d2097f1ec25050da0c5efa55b2.tar.gz
emacs-c2595b8dcc3c46d2097f1ec25050da0c5efa55b2.zip
; * src/font.h (struct font_driver): Comment fix.
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,