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
fd1ca6ea
Commit
fd1ca6ea
authored
Feb 23, 2001
by
Jason Rumney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fx_create_frame): Don't add FRAME_TOOL_BAR_LINES
to height unconditionally.
parent
f6839838
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
src/w32fns.c
src/w32fns.c
+0
-7
No files found.
src/w32fns.c
View file @
fd1ca6ea
...
@@ -5367,13 +5367,6 @@ This function is an internal primitive--use `make-frame' instead.")
...
@@ -5367,13 +5367,6 @@ This function is an internal primitive--use `make-frame' instead.")
tem = w32_get_arg (parms, Qunsplittable, 0, 0, RES_TYPE_BOOLEAN);
tem = w32_get_arg (parms, Qunsplittable, 0, 0, RES_TYPE_BOOLEAN);
f->no_split = minibuffer_only || EQ (tem, Qt);
f->no_split = minibuffer_only || EQ (tem, Qt);
/* Create the window. Add the tool-bar height to the initial frame
height so that the user gets a text display area of the size he
specified with -g or via the registry. Later changes of the
tool-bar height don't change the frame size. This is done so that
users can create tall Emacs frames without having to guess how
tall the tool-bar will get. */
f->height += FRAME_TOOL_BAR_LINES (f);
w32_window (f, window_prompting, minibuffer_only);
w32_window (f, window_prompting, minibuffer_only);
x_icon (f, parms);
x_icon (f, parms);
...
...
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