From be668a965a382fc1de2f9711282b5ec897d55ca5 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 4 Apr 2014 14:52:38 -0400 Subject: 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. --- objc_darwin.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'objc_darwin.h') 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 -- cgit v1.2.3