Trivial change: Windows sizing stuff gone.

This commit is contained in:
Pietro Gagliardi 2016-01-04 16:13:54 -05:00
parent c7d7a64373
commit 6f10fcaee7
1 changed files with 0 additions and 11 deletions

11
ui.h
View File

@ -45,17 +45,6 @@ struct uiTyped {
};
#define uiTyped(this) ((uiTyped *) (this))
/* TODO only on the windows backend now
typedef struct uiSizing uiSizing;
typedef struct uiSizingSys uiSizingSys;
struct Sizing {
field XPadding intmax_t;
field YPadding intmax_t;
field Sys *uiSizingSys;
};
*/
typedef struct uiControl uiControl;
struct uiControl {