summaryrefslogtreecommitdiff
path: root/lwlib
diff options
context:
space:
mode:
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/lwlib.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c
index 4ac186e586e..e3c0e6fd2c6 100644
--- a/lwlib/lwlib.c
+++ b/lwlib/lwlib.c
@@ -1340,12 +1340,7 @@ lw_set_main_areas (parent, menubar, work_area)
Widget work_area;
{
#if defined (USE_MOTIF)
- XmMainWindowSetAreas (parent,
- menubar, /* menubar (maybe 0) */
- 0, /* command area (psheets) */
- 0, /* horizontal scroll */
- 0, /* vertical scroll */
- work_area); /* work area */
+ xm_set_main_areas (parent, menubar, work_area);
#endif
}