diff options
| author | Dave Love | 2001-01-04 17:48:42 +0000 |
|---|---|---|
| committer | Dave Love | 2001-01-04 17:48:42 +0000 |
| commit | f0cf3646ef3c16eecb18b14cd9dabc4bbf2ce2be (patch) | |
| tree | 4fb2d1e0d393fa33c44b413c512c10c19e2efff7 | |
| parent | a33b10b5c1a75ceb680cd9fdb37db36b0e338c3d (diff) | |
| download | emacs-f0cf3646ef3c16eecb18b14cd9dabc4bbf2ce2be.tar.gz emacs-f0cf3646ef3c16eecb18b14cd9dabc4bbf2ce2be.zip | |
(EmacsFrameSetCharSize_): Prototype.
| -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 */ |