diff --git a/types/tablet_v2/wlr_tablet_v2_tool.c b/types/tablet_v2/wlr_tablet_v2_tool.c index 2decf4d7..7ebe5030 100644 --- a/types/tablet_v2/wlr_tablet_v2_tool.c +++ b/types/tablet_v2/wlr_tablet_v2_tool.c @@ -416,6 +416,7 @@ void wlr_send_tablet_v2_tablet_tool_proximity_out( send_tool_frame(tool->current_client); } zwp_tablet_tool_v2_send_proximity_out(tool->current_client->resource); + send_tool_frame(tool->current_client); tool->current_client = NULL; tool->focused_surface = NULL;