mirror of
https://github.com/brl/mutter.git
synced 2025-07-07 03:19:51 +00:00
wayland/gtk-shell: Fix signedness of resource version variable
wl_resource_get_version() returns an int, not an unsigned int.
This commit is contained in:
@ -207,7 +207,7 @@ fill_states (struct wl_array *states,
|
||||
struct wl_resource *resource)
|
||||
{
|
||||
uint32_t *s;
|
||||
guint version;
|
||||
int version;
|
||||
|
||||
version = wl_resource_get_version (resource);
|
||||
|
||||
|
Reference in New Issue
Block a user