summaryrefslogtreecommitdiff
path: root/new/uipriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'new/uipriv.h')
-rw-r--r--new/uipriv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/new/uipriv.h b/new/uipriv.h
index 0521bf6..ebb1be4 100644
--- a/new/uipriv.h
+++ b/new/uipriv.h
@@ -10,6 +10,10 @@ struct uiSize {
intmax_t height;
};
+#define uiSizingCommon \
+ intmax_t xPadding; \
+ intmax_t yPadding;
+
struct uiControl {
void (*destroy)(uiControl *);
uintptr_t (*handle)(uiControl *);