diff options
| -rw-r--r-- | src/widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.h b/src/widget.h index 2e53163ba39..f941d8648b2 100644 --- a/src/widget.h +++ b/src/widget.h | |||
| @@ -95,7 +95,7 @@ extern WidgetClass emacsFrameClass; | |||
| 95 | extern struct _DisplayContext* display_context; | 95 | extern struct _DisplayContext* display_context; |
| 96 | 96 | ||
| 97 | /* Special entrypoints */ | 97 | /* Special entrypoints */ |
| 98 | void EmacsFrameSetCharSize (); | 98 | void EmacsFrameSetCharSize P_ ((Widget, int, int)); |
| 99 | void widget_store_internal_border P_ ((Widget widget)); | 99 | void widget_store_internal_border P_ ((Widget widget)); |
| 100 | 100 | ||
| 101 | #endif /* _EmacsFrame_h */ | 101 | #endif /* _EmacsFrame_h */ |