From: Paul Reilly Date: Sun, 25 Sep 1994 23:35:41 +0000 (+0000) Subject: (lw_set_main_areas): Move call to XmMainSetAreas() to `lwlib-Xm.c'. X-Git-Tag: emacs-19.34~6761 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6618806e6bd00103db21d592f4327ba7142659b1;p=emacs.git (lw_set_main_areas): Move call to XmMainSetAreas() to `lwlib-Xm.c'. --- 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 }