From cc01981999df5f60bac36adf5039c752e10384e7 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 10 May 2014 21:03:04 -0400 Subject: Added tracking areas to Area on Mac OS X so mouse move events can work; they work now. --- objc_darwin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'objc_darwin.h') diff --git a/objc_darwin.h b/objc_darwin.h index aaca07e..c7a7157 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -112,8 +112,10 @@ extern void initBleh(); extern id makeDummyEvent(); /* for area_darwin.go */ +/* TODO apparently ISO C forbids casting a function pointer to a non-function pointer; this will need to change???? */ extern void *_areaView_drawRect; extern void drawImage(void *, int64_t, int64_t, int64_t, int64_t, int64_t); +extern id makeTrackingArea(id); extern struct xpoint getTranslatedEventPoint(id, id); /* for objc_darwin.go */ -- cgit v1.2.3