rework things a bit.

also remove some useless variables.
This commit is contained in:
StapleButter
2017-10-05 00:13:22 +02:00
parent 5b71ffceee
commit 9d3f13b689
10 changed files with 43 additions and 6 deletions

View File

@ -73,6 +73,7 @@ struct uiControl {
void (*Enable)(uiControl *);
void (*Disable)(uiControl *);
void (*SetFocus)(uiControl *);
void (*SetMinSize)(uiControl*, int, int);
int MinWidth, MinHeight;
};