summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorAnders Lindgren <andlind@gmail.com>2015-10-28 12:06:39 +0100
committerAnders Lindgren <andlind@gmail.com>2015-10-28 12:06:39 +0100
commit590449f3d87f8f43eb0a852233e8945ecbe1c6aa (patch)
tree7c3c96ae80d72318be524f475ea7a84e98870166 /lisp/emacs-lisp
parent934bfb933f4981b2edaa208186e2f8781ab6cb9f (diff)
downloademacs-590449f3d87f8f43eb0a852233e8945ecbe1c6aa.tar.gz
emacs-590449f3d87f8f43eb0a852233e8945ecbe1c6aa.tar.bz2
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 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions