The source project of this merge request has been removed.
tablet: Check if client is supported before sending tool button
KWin did not check tool->isClientSupported() before calling tool->sendButton(). Because of this, it could crash with a segfault in wl_resource_post_event if resource was null.
This solves 438010 - kwin crashes when clicking on MPV with a pen.