Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c4ff0323
Commit
c4ff0323
authored
Mar 23, 1994
by
Fred Pierresteguy
Browse files
(Fx_create_frame): Call initialize_frame_menubar.
parent
a15849cb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/xfns.c
src/xfns.c
+4
-0
No files found.
src/xfns.c
View file @
c4ff0323
...
...
@@ -74,6 +74,7 @@ XtAppContext Xt_app_con;
application. */
Widget Xt_app_shell;
extern void free_frame_menubar ();
extern void free_frame_menubar ();
#endif /* USE_X_TOOLKIT */
...
...
@@ -2135,6 +2136,9 @@ be shared by the new frame.")
or making it visible won't work. */
Vframe_list = Fcons (frame, Vframe_list);
/* Compute the size of the menubar and display it. */
initialize_frame_menubar (f);
/* Make the window appear on the frame and enable display,
unless the caller says not to. */
{
...
...
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