Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6618806e
Commit
6618806e
authored
Sep 25, 1994
by
Paul Reilly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(lw_set_main_areas): Move call to XmMainSetAreas() to `lwlib-Xm.c'.
parent
87a559bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
lwlib/lwlib.c
lwlib/lwlib.c
+1
-6
No files found.
lwlib/lwlib.c
View file @
6618806e
...
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment