Jens Peters
Jens Peters
@DynamoFox Could you give the latest PR version another shot? I've changed some things in the proximity handler which should at least take care of seeing the tablet also with...
@DynamoFox Would you mind doing a retry? The code should now handle tool destroying, fingers crossed that this avoids the crashes on your setup.
Cool. thanks for reporting back and very happy to hear! I've dropped the custom cursor now, so the cursor shape should now adjust to what the client wants. Note though...
> I've _once_ had a segfault that I can't reproduce, I'm leaving it beneath here in case anybody else steps into it. It occurred while I was moving the cursor...
> I've noticed that when the last window of Firefox or Thunderbird gets closed and the cursor falls to the desktop then it will disappear until it hovers a new...
@DynamoFox Could you please try again?
> Managed to somewhat fix my test setup (the battery in the pen was leaking and corroded some contacts) and this seems to work great. Thanks a lot for starting...
> As long as `seat->server_cursor` is set to `LAB_CURSOR_CLIENT` the `cursor_update_focus()` call on view destruction should handle that. yes, it wasn't needed anymore. Nice!
@Consolatis I've managed to integrate the tablet handling into the existing cursor handling by exposing a few general methods that return if a notify (pointer or tablet) should follow. From...
> I think the general idea of having the cursor functions return a bool which is then used by the caller to either notify the client or not is sensible....