From c6674d1e9e5d3b75328e722b5f1100a479081150 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 5 Aug 2014 14:40:08 -0400 Subject: Re-added the NSApplication support code for Area on Mac OS X. --- redo/objc_darwin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'redo/objc_darwin.h') diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h index 127d3f7..416c319 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -94,6 +94,7 @@ struct xpoint { intptr_t x; intptr_t y; }; +extern Class getAreaClass(void); extern id newArea(void *); extern void drawImage(void *, intptr_t, intptr_t, intptr_t, intptr_t, intptr_t); extern uintptr_t modifierFlags(id); -- cgit v1.2.3