diff options
Diffstat (limited to 'src/font.h')
| -rw-r--r-- | src/font.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/font.h b/src/font.h index b2d7e49fa29..940eb3d001d 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -823,8 +823,8 @@ extern void *font_get_frame_data (FRAME_PTR f, | |||
| 823 | 823 | ||
| 824 | extern void font_filter_properties (Lisp_Object font, | 824 | extern void font_filter_properties (Lisp_Object font, |
| 825 | Lisp_Object alist, | 825 | Lisp_Object alist, |
| 826 | const char *boolean_properties[], | 826 | const char *const boolean_properties[], |
| 827 | const char *non_boolean_properties[]); | 827 | const char *const non_boolean_properties[]); |
| 828 | 828 | ||
| 829 | #ifdef HAVE_FREETYPE | 829 | #ifdef HAVE_FREETYPE |
| 830 | extern struct font_driver ftfont_driver; | 830 | extern struct font_driver ftfont_driver; |