aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2001-02-23 10:11:40 +0000
committerJason Rumney2001-02-23 10:11:40 +0000
commitfd1ca6ea85fc2d6550fa819be539e429ec686163 (patch)
treec4d13764b356a9ce753fd93e4002ce0a11529f9d /src
parentf6839838d0646f9c64d04ca434256dad58c524ac (diff)
downloademacs-fd1ca6ea85fc2d6550fa819be539e429ec686163.tar.gz
emacs-fd1ca6ea85fc2d6550fa819be539e429ec686163.zip
(Fx_create_frame): Don't add FRAME_TOOL_BAR_LINES
to height unconditionally.
Diffstat (limited to 'src')
-rw-r--r--src/w32fns.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index 1ed2533e037..74aaf164bec 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -5367,13 +5367,6 @@ This function is an internal primitive--use `make-frame' instead.")
5367 tem = w32_get_arg (parms, Qunsplittable, 0, 0, RES_TYPE_BOOLEAN); 5367 tem = w32_get_arg (parms, Qunsplittable, 0, 0, RES_TYPE_BOOLEAN);
5368 f->no_split = minibuffer_only || EQ (tem, Qt); 5368 f->no_split = minibuffer_only || EQ (tem, Qt);
5369 5369
5370 /* Create the window. Add the tool-bar height to the initial frame
5371 height so that the user gets a text display area of the size he
5372 specified with -g or via the registry. Later changes of the
5373 tool-bar height don't change the frame size. This is done so that
5374 users can create tall Emacs frames without having to guess how
5375 tall the tool-bar will get. */
5376 f->height += FRAME_TOOL_BAR_LINES (f);
5377 w32_window (f, window_prompting, minibuffer_only); 5370 w32_window (f, window_prompting, minibuffer_only);
5378 x_icon (f, parms); 5371 x_icon (f, parms);
5379 5372