* nsterm.h (EmacsView): Add maximizing_resize, put it and old_title
authorJan Djärv <jan.h.d@swipnet.se>
Fri, 2 Aug 2013 09:42:23 +0000 (11:42 +0200)
committerJan Djärv <jan.h.d@swipnet.se>
Fri, 2 Aug 2013 09:42:23 +0000 (11:42 +0200)
commitb19aa6365305cb04efddaef3236ae1619a5e6a69
treec050a0ef7c697e05d6b6c224fdb39e43ec167bdb
parent707c77c122f6817dbf6ad2551de3a16792ceafcd
* nsterm.h (EmacsView): Add maximizing_resize, put it and old_title
inside NS_IMPL_COCOA.

* nsterm.m (windowWillResize:toSize:): Only change title if
! maximizing_resize && FULLSCREEN_NONE.  strdup title before
modifying it.
(viewDidEndLiveResize): New method.

Fixes: debbugs:15005
src/ChangeLog
src/nsterm.h
src/nsterm.m