From 9d8976ababebfd7ce670cdb05e3bc303ac466bf6 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 15 May 2014 19:55:16 -0400 Subject: Migrated everything else to Objective-C native; fixed a few things I missed along the way. --- sysdata_darwin.m | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdata_darwin.m') diff --git a/sysdata_darwin.m b/sysdata_darwin.m index bfefe4e..e2684cb 100644 --- a/sysdata_darwin.m +++ b/sysdata_darwin.m @@ -14,6 +14,7 @@ #include #include +// because the only way to make a new NSControl/NSView is with a frame (it gets overridden later) static NSRect dummyRect;// = NSMakeRect(0, 0, 100, 100); #define to(T, x) ((T *) (x)) -- cgit v1.2.3