mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-28 08:39:59 -06:00
libui/gtk: add functions to uiWindow for setting/getting minimized/maximized state
remember if main window is maximized, avoid updating the saved size when it is
This commit is contained in:
@ -101,7 +101,7 @@ void Open()
|
||||
}
|
||||
|
||||
opened = true;
|
||||
win = uiNewWindow("Audio settings - melonDS", 400, 100, 0, 0);
|
||||
win = uiNewWindow("Audio settings - melonDS", 400, 100, 0, 0, 0);
|
||||
uiWindowSetMargined(win, 1);
|
||||
uiWindowOnClosing(win, OnCloseWindow, NULL);
|
||||
|
||||
|
Reference in New Issue
Block a user