Merge pull request #8051 from Sunderland93/master

[Wayland] Change prev_width and prev_height to unsigned int
This commit is contained in:
Twinaphex 2019-01-20 20:31:43 +01:00 committed by GitHub
commit 2ba90e218f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,8 +94,8 @@ typedef struct gfx_ctx_wayland_data
bool resize; bool resize;
bool configured; bool configured;
bool activated; bool activated;
int prev_width; unsigned prev_width;
int prev_height; unsigned prev_height;
unsigned width; unsigned width;
unsigned height; unsigned height;
struct wl_registry *registry; struct wl_registry *registry;