; Silence macOS 14 warning

* src/nsterm.m: Implement 'applicationSupportsSecureRestorableState'
to silence warning on macOS 14.  (Bug#66245)
This commit is contained in:
Eshel Yaron
2023-09-27 20:46:26 +02:00
committed by Stefan Kangas
parent d9d6e14a69
commit a4185f87bd

View File

@@ -6124,6 +6124,11 @@ ns_term_shutdown (int sig)
*/
- (BOOL) applicationSupportsSecureRestorableState: (NSApplication *)app
{
return YES;
}
- (void) terminate: (id)sender
{
struct input_event ie;