mirror of https://github.com/xemu-project/xemu.git
ui/xemu: Specify delay arg to dpy_set_ui_info
This commit is contained in:
parent
8625656510
commit
bf85019e32
|
@ -592,7 +592,7 @@ static void handle_windowevent(SDL_Event *ev)
|
|||
memset(&info, 0, sizeof(info));
|
||||
info.width = ev->window.data1;
|
||||
info.height = ev->window.data2;
|
||||
dpy_set_ui_info(scon->dcl.con, &info);
|
||||
dpy_set_ui_info(scon->dcl.con, &info, true);
|
||||
|
||||
if (!gui_fullscreen) {
|
||||
g_config.display.window.last_width = ev->window.data1;
|
||||
|
|
Loading…
Reference in New Issue