diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h index 73eae16176b..28749dee0be 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -318,6 +318,7 @@ extern struct x_display_info *x_term_init (); | |||
| 318 | 318 | ||
| 319 | extern Lisp_Object x_list_fonts (); | 319 | extern Lisp_Object x_list_fonts (); |
| 320 | extern struct font_info *x_get_font_info(), *x_load_font (), *x_query_font (); | 320 | extern struct font_info *x_get_font_info(), *x_load_font (), *x_query_font (); |
| 321 | extern void x_find_ccl_program(); | ||
| 321 | 322 | ||
| 322 | /* Each X frame object points to its own struct x_output object | 323 | /* Each X frame object points to its own struct x_output object |
| 323 | in the output_data.x field. The x_output structure contains | 324 | in the output_data.x field. The x_output structure contains |