mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Change prev_width and prev_height to unsigned int
This commit is contained in:
parent
07ca62915a
commit
cd35fb9440
@ -94,8 +94,8 @@ typedef struct gfx_ctx_wayland_data
|
||||
bool resize;
|
||||
bool configured;
|
||||
bool activated;
|
||||
int prev_width;
|
||||
int prev_height;
|
||||
unsigned prev_width;
|
||||
unsigned prev_height;
|
||||
unsigned width;
|
||||
unsigned height;
|
||||
struct wl_registry *registry;
|
||||
|
Loading…
x
Reference in New Issue
Block a user