summaryrefslogtreecommitdiff
path: root/new/ui.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-12 22:57:05 -0400
committerPietro Gagliardi <[email protected]>2015-04-12 22:57:05 -0400
commit95309affc06c3a40e5bb2b67d489161b5779aec9 (patch)
tree815f02b341522cf1c2c95edfc3bf874dafb1f7ee /new/ui.h
parent365e61dad21a240a82126938d7df179489e8bcc6 (diff)
Fixed build issues. Now to fix runtime issues...
Diffstat (limited to 'new/ui.h')
-rw-r--r--new/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/new/ui.h b/new/ui.h
index 16e6be4..3120d6d 100644
--- a/new/ui.h
+++ b/new/ui.h
@@ -32,7 +32,7 @@ struct uiSizing {
uiSizingSys *sys;
};
-typedef strut uiContainer uiContainer;
+typedef struct uiParent uiParent;
typedef struct uiControl uiControl;
struct uiControl {