summaryrefslogtreecommitdiff
path: root/src/widget.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-01-30 03:04:13 +0000
committerRichard M. Stallman <rms@gnu.org>1994-01-30 03:04:13 +0000
commitcdee26965a38e6ae869655ee5dd76524586f4c24 (patch)
tree646a6046cfc52fc219f3605ec97ebbd64784c43e /src/widget.h
parent64116ad5e72196d3f32cda8c839632845e169af6 (diff)
entered into RCS
Diffstat (limited to 'src/widget.h')
-rw-r--r--src/widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.h b/src/widget.h
index 91e74b43d37..ad786ae6997 100644
--- a/src/widget.h
+++ b/src/widget.h
@@ -85,6 +85,6 @@ extern WidgetClass emacsFrameClass;
extern struct _DisplayContext* display_context;
/* Special entrypoints */
-void EmacsFrameSetCharSize (Widget widget, int rows, int cols);
+void EmacsFrameSetCharSize ();
#endif /* _EmacsFrame_h */