summaryrefslogtreecommitdiff
path: root/new/uipriv_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-09 15:25:18 -0400
committerPietro Gagliardi <[email protected]>2015-04-09 15:25:18 -0400
commit8e0cd27605149f16141470ad49dd71e26598223e (patch)
tree3ebf0276eeebace85b09eec81082dfe20398c912 /new/uipriv_darwin.h
parentd1461673210f8616bba6fe3a586148aa44696edd (diff)
Laid the foundation for padding.
Diffstat (limited to 'new/uipriv_darwin.h')
-rw-r--r--new/uipriv_darwin.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/new/uipriv_darwin.h b/new/uipriv_darwin.h
index 5ec8b4c..52d5b38 100644
--- a/new/uipriv_darwin.h
+++ b/new/uipriv_darwin.h
@@ -8,10 +8,6 @@
#define toNSString(str) [NSString stringWithUTF8String:(str)]
#define fromNSString(str) [(str) UTF8String]
-// TODO move this to the right place
-struct uiSizing {
-};
-
// TODO see if we can override alloc instead
#ifdef uiLogAllocations
#import <stdio.h>
@@ -36,6 +32,9 @@ struct uiSizing {
extern void setStandardControlFont(NSControl *);
// container_darwin.m
+struct uiSizing {
+ uiSizingCommon
+};
@interface uiContainer : NSView
// TODO rename to uiChild
@property uiControl *child;