]> git.eshelyaron.com Git - emacs.git/commitdiff
(EmacsFrameSetCharSize_): Prototype.
authorDave Love <fx@gnu.org>
Thu, 4 Jan 2001 17:48:42 +0000 (17:48 +0000)
committerDave Love <fx@gnu.org>
Thu, 4 Jan 2001 17:48:42 +0000 (17:48 +0000)
src/widget.h

index 2e53163ba3906fc776da34e246c9796da1a109b7..f941d8648b243a5d1cab4cde5d951b109b1fc3b6 100644 (file)
@@ -95,7 +95,7 @@ extern WidgetClass emacsFrameClass;
 extern struct _DisplayContext* display_context;
 
 /* Special entrypoints */
-void EmacsFrameSetCharSize ();
+void EmacsFrameSetCharSize P_ ((Widget, int, int));
 void widget_store_internal_border P_ ((Widget widget));
 
 #endif /* _EmacsFrame_h */