Trivial change: Windows sizing stuff gone.
This commit is contained in:
parent
c7d7a64373
commit
6f10fcaee7
11
ui.h
11
ui.h
|
@ -45,17 +45,6 @@ struct uiTyped {
|
||||||
};
|
};
|
||||||
#define uiTyped(this) ((uiTyped *) (this))
|
#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;
|
typedef struct uiControl uiControl;
|
||||||
|
|
||||||
struct uiControl {
|
struct uiControl {
|
||||||
|
|
Loading…
Reference in New Issue