summaryrefslogtreecommitdiff
path: root/lwlib/lwlib-Xm.h
diff options
context:
space:
mode:
authorPaul Reilly <pmr@pajato.com>1994-10-02 11:55:07 +0000
committerPaul Reilly <pmr@pajato.com>1994-10-02 11:55:07 +0000
commitff5d2bae958126a658f18f288451057414597b12 (patch)
treec0e3f62d81ca3da59cca077ca56b7dc9becdc2b0 /lwlib/lwlib-Xm.h
parentc884904e1055808183e8a48ccaf413c6e6533fe5 (diff)
downloademacs-ff5d2bae958126a658f18f288451057414597b12.tar.gz
Declare xm_set_main_areas() and xm_manage_resizing().
Diffstat (limited to 'lwlib/lwlib-Xm.h')
-rw-r--r--lwlib/lwlib-Xm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lwlib/lwlib-Xm.h b/lwlib/lwlib-Xm.h
index 4cad306b08e..0be261c09c3 100644
--- a/lwlib/lwlib-Xm.h
+++ b/lwlib/lwlib-Xm.h
@@ -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 */