diff options
Diffstat (limited to 'lwlib')
-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 d52a67084b9..4cad306b08e 100644 --- a/lwlib/lwlib-Xm.h +++ b/lwlib/lwlib-Xm.h @@ -31,4 +31,7 @@ xm_popup_menu (Widget widget); void xm_pop_instance (widget_instance* instance, Boolean up); +void +xm_set_main_areas (Widget parent, Widget menubar, Widget work_area); + #endif /* LWLIB_XM_H */ |