diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-09 15:25:18 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-09 15:25:18 -0400 |
| commit | 8e0cd27605149f16141470ad49dd71e26598223e (patch) | |
| tree | 3ebf0276eeebace85b09eec81082dfe20398c912 /new/uipriv.h | |
| parent | d1461673210f8616bba6fe3a586148aa44696edd (diff) | |
Laid the foundation for padding.
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 *); |
