diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-04 14:52:38 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-04 14:52:38 -0400 |
| commit | be668a965a382fc1de2f9711282b5ec897d55ca5 (patch) | |
| tree | 23a3e1403cf313ee9b65b21a9178b81400d22a81 /objc_darwin.h | |
| parent | 2884d45f0f05fd19442aa2396c55fc97182d3afc (diff) | |
Fixed Mac OS X Button appearance; turns out it was using the wrong font. Also updated the TODO file to mark this fix and remove other stale/already fixed details.
Diffstat (limited to 'objc_darwin.h')
| -rw-r--r-- | objc_darwin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/objc_darwin.h b/objc_darwin.h index 0583d37..c999fe9 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -117,4 +117,7 @@ extern BOOL addAreaViewDrawMethod(Class); extern void drawImage(void *, int64_t, int64_t, int64_t, int64_t, int64_t); extern struct xpoint getTranslatedEventPoint(id, id); +/* for sysdata_darwin.go */ +extern void objc_setFont(id, unsigned int); + #endif |
