From: Jens Peters Date: Fri, 26 Apr 2024 15:27:36 +0000 (+0200) Subject: seat: announce pointer capability for tablet tool X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=b6e439a5ccd07794ceadbd0dff28d0f59cc84c16;p=proto%2Flabwc.git 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. --- diff --git a/src/seat.c b/src/seat.c index 34158f2f..93a01abb 100644 --- a/src/seat.c +++ b/src/seat.c @@ -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: