aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/font.h')
-rw-r--r--src/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.h b/src/font.h
index 9285330ce54..2db8d35af48 100644
--- a/src/font.h
+++ b/src/font.h
@@ -545,7 +545,7 @@ struct font_driver
545 Lisp_Object (*open) (struct frame *f, Lisp_Object font_entity, 545 Lisp_Object (*open) (struct frame *f, Lisp_Object font_entity,
546 int pixel_size); 546 int pixel_size);
547 547
548 /* Close FONT. */ 548 /* Close FONT. NOTE: this can be called by GC. */
549 void (*close) (struct font *font); 549 void (*close) (struct font *font);
550 550
551 /* Optional (if FACE->extra is not used). 551 /* Optional (if FACE->extra is not used).