diff options
author | Anders Lindgren <andlind@gmail.com> | 2015-11-15 18:46:04 +0100 |
---|---|---|
committer | Anders Lindgren <andlind@gmail.com> | 2015-11-15 18:51:50 +0100 |
commit | 63e6f4c820bb677bc915445c99041a51aef6bdab (patch) | |
tree | 283bdf69345fb66660a47a9a88ee49e8c4db0d8e /lisp | |
parent | 4f19767dfa527955b94c9133e8ce03cf1c766750 (diff) | |
download | emacs-63e6f4c820bb677bc915445c99041a51aef6bdab.tar.gz emacs-63e6f4c820bb677bc915445c99041a51aef6bdab.tar.bz2 emacs-63e6f4c820bb677bc915445c99041a51aef6bdab.zip |
Fixed OS X 10.6.8 build issue (bug#21862).
* src/nsterm.h (EmacsView): Add missing declarations.
* src/nsterm.m ([EmacsView windowDidBecomeKey]): New method, like
the standard method but without the notification parameter.
Intended to be used for direct calls.
([EmacsView windowDidEnterFullScreen]): Call the non-notification
version of `windowDidBecomeKey'. Made the notification method call
the non-notification method instead of the vice versa.
(NSWindowDidEnterFullScreenNotification): Deleted, no longer
needed.
Diffstat (limited to 'lisp')
0 files changed, 0 insertions, 0 deletions