diff options
Diffstat (limited to 'new/uipriv.h')
| -rw-r--r-- | new/uipriv.h | 4 |
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 *); |
