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 3035a909efc..ffed0461ff7 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* font.h -- Interface definition for font handling. | 1 | /* font.h -- Interface definition for font handling. |
| 2 | Copyright (C) 2006-2012 Free Software Foundation, Inc. | 2 | Copyright (C) 2006-2013 Free Software Foundation, Inc. |
| 3 | Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 | 3 | Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 |
| 4 | National Institute of Advanced Industrial Science and Technology (AIST) | 4 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 5 | Registration Number H13PRO009 | 5 | Registration Number H13PRO009 |
| @@ -781,7 +781,7 @@ extern int font_unparse_fcname (Lisp_Object font, int pixel_size, | |||
| 781 | extern void register_font_driver (struct font_driver *driver, FRAME_PTR f); | 781 | extern void register_font_driver (struct font_driver *driver, FRAME_PTR f); |
| 782 | extern void free_font_driver_list (FRAME_PTR f); | 782 | extern void free_font_driver_list (FRAME_PTR f); |
| 783 | extern Lisp_Object font_update_drivers (FRAME_PTR f, Lisp_Object list); | 783 | extern Lisp_Object font_update_drivers (FRAME_PTR f, Lisp_Object list); |
| 784 | extern Lisp_Object font_range (ptrdiff_t, ptrdiff_t *, | 784 | extern Lisp_Object font_range (ptrdiff_t, ptrdiff_t, ptrdiff_t *, |
| 785 | struct window *, struct face *, | 785 | struct window *, struct face *, |
| 786 | Lisp_Object); | 786 | Lisp_Object); |
| 787 | extern void font_fill_lglyph_metrics (Lisp_Object, Lisp_Object); | 787 | extern void font_fill_lglyph_metrics (Lisp_Object, Lisp_Object); |