mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
actually get the input dialog somewhere
This commit is contained in:
@ -56,8 +56,8 @@ uiWindowsControlAllDefaults(uiArea)
|
||||
static void uiAreaMinimumSize(uiWindowsControl *c, int *width, int *height)
|
||||
{
|
||||
// TODO
|
||||
*width = 0;
|
||||
*height = 0;
|
||||
*width = 1;
|
||||
*height = 1;
|
||||
}
|
||||
|
||||
ATOM registerAreaClass(HICON hDefaultIcon, HCURSOR hDefaultCursor)
|
||||
|
Reference in New Issue
Block a user