From 8e0cd27605149f16141470ad49dd71e26598223e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 9 Apr 2015 15:25:18 -0400 Subject: Laid the foundation for padding. --- new/uipriv_darwin.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'new/uipriv_darwin.h') 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 @@ -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; -- cgit v1.2.3