diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-09 17:57:08 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-09 17:57:08 -0400 |
| commit | 1a525dea313bc78d707b6678f76c7355445d4a87 (patch) | |
| tree | 7094f894870d0a1b5f40f4ddd9a8d029d9bee69e /new/ui.h | |
| parent | cba301abbc9af3b3a8d005c5e716349cdf877cc1 (diff) | |
Finished Windows conversion. Works perfectly!
Diffstat (limited to 'new/ui.h')
| -rw-r--r-- | new/ui.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,10 +18,11 @@ void uiQuit(void); void uiFreeText(char *); typedef struct uiSizing uiSizing; +typedef struct uiSizingSys uiSizingSys; struct uiSizing { intmax_t xPadding; intmax_t yPadding; - struct uiSizingSys *sys; + uiSizingSys *sys; }; typedef struct uiControl uiControl; |
