diff --git a/gfx/drivers_context/wayland_ctx.c b/gfx/drivers_context/wayland_ctx.c index a712c64895..32ae40f80c 100644 --- a/gfx/drivers_context/wayland_ctx.c +++ b/gfx/drivers_context/wayland_ctx.c @@ -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;