diff options
Diffstat (limited to 'objc_darwin.h')
| -rw-r--r-- | objc_darwin.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |
