From f7817f6987f83d84893466ee4f8a99af98ee643f Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 6 Apr 2014 23:33:27 -0400 Subject: Added (untested; VM issues) code to handle Mac OS X Quit Dock menu items and other related stuff that may happen in the future. Will drop the TODO after I can test it. --- objc_darwin.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'objc_darwin.h') diff --git a/objc_darwin.h b/objc_darwin.h index 84f4e70..fbe169c 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -117,8 +117,12 @@ extern struct xpoint getTranslatedEventPoint(id, id); /* for objc_darwin.go */ extern char *encodedNSRect; +extern char *encodedTerminateReply; /* for sysdata_darwin.go */ extern void objc_setFont(id, unsigned int); +/* for delegate_darwin.go */ +extern void *_appDelegate_applicationShouldTerminate; + #endif -- cgit v1.2.3