diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-06 23:33:27 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-06 23:33:27 -0400 |
| commit | f7817f6987f83d84893466ee4f8a99af98ee643f (patch) | |
| tree | f5562d591887582e1fd720bbf86c2eb83c7fbbaa /objc_darwin.h | |
| parent | af770340c9d73a60a1484fd3793ab3a2d4e1076b (diff) | |
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.
Diffstat (limited to 'objc_darwin.h')
| -rw-r--r-- | objc_darwin.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
