diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-08 17:43:50 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-08 17:44:08 -0400 |
| commit | 44811e5351c13917f400fe5eed0145e224f0c43e (patch) | |
| tree | a06e521b64197002196737f09c0f781c38654fb2 /redo/objc_darwin.h | |
| parent | edd81e2e48d4e2c14820370dd5829fecaf19d387 (diff) | |
Implemented window closing on Mac OS X. This drops the "single delegate object for everything" setup but keeping that map and holding its lock is already meh so.
Diffstat (limited to 'redo/objc_darwin.h')
| -rw-r--r-- | redo/objc_darwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h index b3d362d..3b33e26 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -18,7 +18,7 @@ extern void issue(void *); /* window_darwin.m */ extern id newWindow(intptr_t, intptr_t); -extern void windowSetAppDelegate(id); +extern void windowSetDelegate(id, void *); extern const char *windowTitle(id); extern void windowSetTitle(id, const char *); extern void windowShow(id); |
