projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87a559b
)
(lw_set_main_areas): Move call to XmMainSetAreas() to `lwlib-Xm.c'.
author
Paul Reilly
<pmr@pajato.com>
Sun, 25 Sep 1994 23:35:41 +0000
(23:35 +0000)
committer
Paul Reilly
<pmr@pajato.com>
Sun, 25 Sep 1994 23:35:41 +0000
(23:35 +0000)
lwlib/lwlib.c
patch
|
blob
|
history
diff --git
a/lwlib/lwlib.c
b/lwlib/lwlib.c
index 4ac186e586eba1e5b7ac885cb0cf4456ac83c575..e3c0e6fd2c642e5aa139c473b96dbaa9cb507523 100644
(file)
--- 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
}