]> code.delx.au - gnu-emacs/commit
Fixed OS X 10.6.8 build issue (bug#21862).
authorAnders Lindgren <andlind@gmail.com>
Sun, 15 Nov 2015 17:46:04 +0000 (18:46 +0100)
committerAnders Lindgren <andlind@gmail.com>
Sun, 15 Nov 2015 17:51:50 +0000 (18:51 +0100)
commit63e6f4c820bb677bc915445c99041a51aef6bdab
tree283bdf69345fb66660a47a9a88ee49e8c4db0d8e
parent4f19767dfa527955b94c9133e8ce03cf1c766750
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.
src/nsterm.h
src/nsterm.m