diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-01 20:31:17 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-01 20:31:17 -0500 |
| commit | 0709351fed0b5fb5871853505e969bf0ccf17495 (patch) | |
| tree | 46190bc1228441fe77afaf1ccac6003aed87bcd4 /objc_darwin.h | |
| parent | 10e9f6b927c5208fce290fea346a8a2ad7ac3fa3 (diff) | |
Attempted to fix the lack of resizable window borders by setting the NSApplication activation policy. This fixed it, and also fixed a bunch of other things, such as the application being seen as part of Terminal, lack of dock icon, lack of application menu, etc.
Diffstat (limited to 'objc_darwin.h')
| -rw-r--r-- | objc_darwin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/objc_darwin.h b/objc_darwin.h index 1c960d5..5d6bd41 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -75,6 +75,7 @@ m1(sel, SEL) extern id _objc_msgSend_uint(id obj, SEL sel, uintptr_t a); m1(ptr, void *) m1(bool, BOOL) +extern id objc_msgSend_int(id obj, SEL sel, intptr_t a); m2(id_id, id, id) extern id _objc_msgSend_rect_bool(id obj, SEL sel, int64_t x, int64_t y, int64_t w, int64_t h, BOOL b); |
