From 1a525dea313bc78d707b6678f76c7355445d4a87 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 9 Apr 2015 17:57:08 -0400 Subject: Finished Windows conversion. Works perfectly! --- new/ui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'new/ui.h') diff --git a/new/ui.h b/new/ui.h index 82d549b..f54b183 100644 --- a/new/ui.h +++ b/new/ui.h @@ -18,10 +18,11 @@ void uiQuit(void); void uiFreeText(char *); typedef struct uiSizing uiSizing; +typedef struct uiSizingSys uiSizingSys; struct uiSizing { intmax_t xPadding; intmax_t yPadding; - struct uiSizingSys *sys; + uiSizingSys *sys; }; typedef struct uiControl uiControl; -- cgit v1.2.3