diff options
| author | Anders Lindgren | 2015-10-28 12:06:39 +0100 |
|---|---|---|
| committer | Anders Lindgren | 2015-10-28 12:06:39 +0100 |
| commit | 590449f3d87f8f43eb0a852233e8945ecbe1c6aa (patch) | |
| tree | 7c3c96ae80d72318be524f475ea7a84e98870166 /src/buffer.c | |
| parent | 934bfb933f4981b2edaa208186e2f8781ab6cb9f (diff) | |
| download | emacs-590449f3d87f8f43eb0a852233e8945ecbe1c6aa.tar.gz emacs-590449f3d87f8f43eb0a852233e8945ecbe1c6aa.zip | |
Fix incorrect NextStep tool-bar-mode -- wrong number of rows in frame.
* nsterm.h (struct ns_output): New flag, in_animation.
* nsfns.m (Fx_create_frame): Initialize in_animation flag.
* nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): Set
in_animation flag around call to "setVisible". Set new tool bar
height before call to setVisible.
* nsterm.m (x_set_window_size): Don't call [view setRow:
andColumns:] as this fools the subsequent call to updateFrameSize
from performing the real resize.
(windowDidResize): Don't update anything when in_animation is
non-zero.
Trace output.
* nsmenu.m (free_frame_tool_bar, update_frame_tool_bar)
(EmacsToolbar):
* nsterm.m (x_set_window_size, updateFrameSize)
([EmacsView setRows: andColumns:])
Diffstat (limited to 'src/buffer.c')
0 files changed, 0 insertions, 0 deletions