diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-09 18:39:21 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-09 18:39:21 -0400 |
| commit | e75235603735084300b8820a9e40f83fad3421e9 (patch) | |
| tree | ec534b999dd6e11981c16aff89bb8ce30a532739 /new/ui_darwin.h | |
| parent | 22db738dd13fc8a7eae6188698ab82a803b9ec76 (diff) | |
Migrated the Mac OS X code to the new uiControl/uiSizing system.
Diffstat (limited to 'new/ui_darwin.h')
| -rw-r--r-- | new/ui_darwin.h | 4 |
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 |
