Mercurial > emacs
changeset 9093:f8546f467db6
(lw_set_main_areas): Move call to XmMainSetAreas() to `lwlib-Xm.c'.
author | Paul Reilly <pmr@pajato.com> |
---|---|
date | Sun, 25 Sep 1994 23:35:41 +0000 |
parents | 0033f98d2ffd |
children | 39a13b869d66 |
files | lwlib/lwlib.c |
diffstat | 1 files changed, 1 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lwlib/lwlib.c Sun Sep 25 23:30:51 1994 +0000 +++ b/lwlib/lwlib.c Sun Sep 25 23:35:41 1994 +0000 @@ -1340,12 +1340,7 @@ 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 }