mirror of
https://github.com/libretro/RetroArch
synced 2025-03-13 16:18:37 +00:00
Style fix
This commit is contained in:
parent
72eb7c4f59
commit
dcec570d05
@ -603,11 +603,11 @@ static void handle_toplevel_config(void *data, struct xdg_toplevel *toplevel,
|
||||
}
|
||||
}
|
||||
if (width > 0 && height > 0) {
|
||||
wl->prev_width = width;
|
||||
wl->prev_height = height;
|
||||
wl->width = width;
|
||||
wl->height = height;
|
||||
}
|
||||
wl->prev_width = width;
|
||||
wl->prev_height = height;
|
||||
wl->width = width;
|
||||
wl->height = height;
|
||||
}
|
||||
|
||||
wl->configured = false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user