summaryrefslogtreecommitdiff
path: root/new/uipriv.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.h
parentd1461673210f8616bba6fe3a586148aa44696edd (diff)
Laid the foundation for padding.
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 *);