Merged in changes from CVS trunk.
[bpt/emacs.git] / src / widget.h
index 99edf09..c5d4f59 100644 (file)
@@ -95,6 +95,10 @@ 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 */
+
+/* arch-tag: 98be17cc-8878-4701-abfa-66f1c04e9cb7
+   (do not change this comment) */