mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-24 06:59:45 -05:00
Another feedback pass
This commit is contained in:
parent
6b51f3b57a
commit
101080a382
2 changed files with 25 additions and 20 deletions
|
|
@ -93,7 +93,7 @@ void add_tablet_client(struct wlr_tablet_seat_client_v2 *seat,
|
|||
return;
|
||||
}
|
||||
|
||||
int version = wl_resource_get_version(seat->resource);
|
||||
uint32_t version = wl_resource_get_version(seat->resource);
|
||||
client->resource =
|
||||
wl_resource_create(seat->wl_client, &zwp_tablet_v2_interface,
|
||||
version, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue