From f0132be98de0c36d6affa4b09d1b1778f713e9ab Mon Sep 17 00:00:00 2001 From: Paul Reilly Date: Sun, 25 Sep 1994 23:35:41 +0000 Subject: (lw_set_main_areas): Move call to XmMainSetAreas() to `lwlib-Xm.c'. --- lwlib/lwlib.c | 7 +------ 1 file changed, 1 insertion(+), 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 } -- cgit v1.2.1