mirror of
https://github.com/libretro/RetroArch
synced 2025-03-22 16:20:58 +00:00
Temp fix resizing
This commit is contained in:
parent
9b0bad5d9f
commit
2b6fbbdfe0
@ -617,10 +617,6 @@ static void handle_toplevel_config(void *data, struct xdg_toplevel *toplevel,
|
|||||||
wl->width = width;
|
wl->width = width;
|
||||||
wl->height = height;
|
wl->height = height;
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
wl->width = wl->prev_width;
|
|
||||||
wl->height = wl->prev_height;
|
|
||||||
}
|
|
||||||
|
|
||||||
wl->configured = false;
|
wl->configured = false;
|
||||||
}
|
}
|
||||||
@ -685,10 +681,6 @@ static void handle_zxdg_toplevel_config(void *data, struct zxdg_toplevel_v6 *top
|
|||||||
wl->width = width;
|
wl->width = width;
|
||||||
wl->height = height;
|
wl->height = height;
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
wl->width = wl->prev_width;
|
|
||||||
wl->height = wl->prev_height;
|
|
||||||
}
|
|
||||||
|
|
||||||
wl->configured = false;
|
wl->configured = false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user