mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
seat: announce pointer capability for tablet tool
We use pointer focus for the tablet tool, so we should also use this capability. There is no dedicated tablet tool capability.
This commit is contained in:
parent
41a3b68846
commit
7bac1f5d90
1 changed files with 1 additions and 0 deletions
|
|
@ -397,6 +397,7 @@ seat_update_capabilities(struct seat *seat)
|
|||
caps |= WL_SEAT_CAPABILITY_KEYBOARD;
|
||||
break;
|
||||
case WLR_INPUT_DEVICE_POINTER:
|
||||
case WLR_INPUT_DEVICE_TABLET_TOOL:
|
||||
caps |= WL_SEAT_CAPABILITY_POINTER;
|
||||
break;
|
||||
case WLR_INPUT_DEVICE_TOUCH:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue