1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

Declare xm_set_main_areas() and xm_manage_resizing().

This commit is contained in:
Paul Reilly 1994-10-02 11:55:07 +00:00
parent c884904e10
commit ff5d2bae95

View File

@ -34,4 +34,7 @@ xm_pop_instance (widget_instance* instance, Boolean up);
void
xm_set_main_areas (Widget parent, Widget menubar, Widget work_area);
void
xm_manage_resizing (Widget w, Boolean flag);
#endif /* LWLIB_XM_H */