diff options
author | Paul Reilly <pmr@pajato.com> | 1994-10-02 11:55:07 +0000 |
---|---|---|
committer | Paul Reilly <pmr@pajato.com> | 1994-10-02 11:55:07 +0000 |
commit | d8fc872f3786863bf8d2e4a1d0b0a1e390b39a4b (patch) | |
tree | d33c10de3f4efe0f0509499f9151d50c340e441b | |
parent | f71b80328086dfed4c790a20bb6f0426507d9458 (diff) | |
download | emacs-d8fc872f3786863bf8d2e4a1d0b0a1e390b39a4b.tar.gz |
Declare xm_set_main_areas() and xm_manage_resizing().
-rw-r--r-- | lwlib/lwlib-Xm.h | 3 |
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 */ |