summaryrefslogtreecommitdiff
path: root/new/ui_darwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'new/ui_darwin.h')
-rw-r--r--new/ui_darwin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/new/ui_darwin.h b/new/ui_darwin.h
index f94261a..672eb63 100644
--- a/new/ui_darwin.h
+++ b/new/ui_darwin.h
@@ -15,4 +15,8 @@ This file assumes that you have imported <Cocoa/Cocoa.h> and "ui.h" beforehand.
extern uiControl *uiDarwinNewControl(Class class, BOOL inScrollView, BOOL scrollViewHasBorder);
extern BOOL uiDarwinControlFreeWhenAppropriate(uiControl *c, NSView *newSuperview);
+struct uiSizingSys {
+ // this structure currently left blank
+};
+
#endif