mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
rework things a bit.
also remove some useless variables.
This commit is contained in:
@ -66,8 +66,7 @@ void uiControlSetMinSize(uiControl *c, int w, int h)
|
||||
{
|
||||
c->MinWidth = w;
|
||||
c->MinHeight = h;
|
||||
|
||||
// TODO: resize if needed
|
||||
(*(c->SetMinSize))(c, w, h);
|
||||
}
|
||||
|
||||
#define uiControlSignature 0x7569436F
|
||||
|
Reference in New Issue
Block a user