mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
tablet-tool: add usb_vendor_id and usb_product_id to wlr_tablet
This commit is contained in:
parent
22178451f7
commit
e21b975f5d
3 changed files with 5 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue