]> git.mdlowis.com Git - proto/labwc.git/commit
cursor: omit pointer cursor shape for tablet tool
authorJens Peters <jp7677@gmail.com>
Sun, 8 Jun 2025 09:38:25 +0000 (11:38 +0200)
committerJohan Malm <johanmalm@users.noreply.github.com>
Fri, 13 Jun 2025 18:24:20 +0000 (19:24 +0100)
commitc63ba3c7fab5b2cf4705cf85a4d4f13298e2d74c
tree3eb5c5aed242511f1e52488b1911b5c2a70e9c48
parent9782ffa868173a13bb61d40388ec4d8460d6a462
cursor: omit pointer cursor shape for tablet tool

Omit cursor notifications from a pointer when a tablet
tool (stylus/pen) is in proximity. This is equivalent
to `handle_request_set_cursor()` and prevents a resize
cursor for out-of-surface scrolling with a tablet tool in
recent GTK4 (which uses the cursor shape protocol).
src/input/cursor.c