tablet-tool: add usb_vendor_id and usb_product_id to wlr_tablet

This commit is contained in:
Simon Ser 2024-02-29 12:20:02 +01:00 committed by Isaac Freund
parent 22178451f7
commit e21b975f5d
3 changed files with 5 additions and 0 deletions

View file

@ -64,6 +64,7 @@ struct wlr_tablet {
const struct wlr_tablet_impl *impl;
uint16_t usb_vendor_id, usb_product_id; // zero if unset
double width_mm, height_mm;
struct {