Mercurial > emacs
changeset 97256:b8af8ca76801
(windowDidResize): Remove stopModel call.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 03 Aug 2008 20:34:00 +0000 |
parents | 13bc3a134019 |
children | 4b0666189411 |
files | src/nsterm.m |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/nsterm.m Sun Aug 03 20:33:50 2008 +0000 +++ b/src/nsterm.m Sun Aug 03 20:34:00 2008 +0000 @@ -4953,7 +4953,13 @@ x_set_window_size (emacsframe, 0, cols, rows); ns_send_appdefined (-1); + + /* The following line causes a crash on GNUstep. Adrian Roberts + says he doesn't remember why he added this line, but removing it + doesn't seem to cause problems on OSX, either. */ +#if 0 [NSApp stopModal]; +#endif }