diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32font.h b/src/w32font.h index f4d56978755..54aa5ef9b19 100644 --- a/src/w32font.h +++ b/src/w32font.h | |||
| @@ -35,7 +35,7 @@ struct w32font_info | |||
| 35 | struct frame *owning_frame; | 35 | struct frame *owning_frame; |
| 36 | }; | 36 | }; |
| 37 | 37 | ||
| 38 | Lisp_Object w32font_get_cache P_ ((Lisp_Object frame)); | 38 | Lisp_Object w32font_get_cache P_ ((FRAME_PTR fe)); |
| 39 | Lisp_Object w32font_list_internal P_ ((Lisp_Object frame, | 39 | Lisp_Object w32font_list_internal P_ ((Lisp_Object frame, |
| 40 | Lisp_Object font_spec, | 40 | Lisp_Object font_spec, |
| 41 | int opentype_only)); | 41 | int opentype_only)); |