# HG changeset patch # User Paul Reilly # Date 781098907 0 # Node ID 9e28a8ef9cad98c90a312f9e6888a394dd248d1c # Parent b4563001d783f75d2bec2decccf9fff561ee7ce9 Declare xm_set_main_areas() and xm_manage_resizing(). diff -r b4563001d783 -r 9e28a8ef9cad lwlib/lwlib-Xm.h --- a/lwlib/lwlib-Xm.h Sun Oct 02 11:48:42 1994 +0000 +++ b/lwlib/lwlib-Xm.h Sun Oct 02 11:55:07 1994 +0000 @@ -34,4 +34,7 @@ void xm_set_main_areas (Widget parent, Widget menubar, Widget work_area); +void +xm_manage_resizing (Widget w, Boolean flag); + #endif /* LWLIB_XM_H */