diff options
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 6246c7c0808..724aad4227e 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -3003,6 +3003,9 @@ struct redisplay_interface | |||
| 3003 | /* Cancel hourglass cursor on frame F. */ | 3003 | /* Cancel hourglass cursor on frame F. */ |
| 3004 | void (*hide_hourglass) (struct frame *f); | 3004 | void (*hide_hourglass) (struct frame *f); |
| 3005 | 3005 | ||
| 3006 | /* Called to (re)calculate the default face when changing the font | ||
| 3007 | backend. */ | ||
| 3008 | void (*default_font_parameter) (struct frame *f, Lisp_Object parms); | ||
| 3006 | #endif /* HAVE_WINDOW_SYSTEM */ | 3009 | #endif /* HAVE_WINDOW_SYSTEM */ |
| 3007 | }; | 3010 | }; |
| 3008 | 3011 | ||