1
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2025-08-20 14:33:47 -07:00

tablet: Send .frame() on .proximity_out() ()

Co-authored-by: Agent_00Ming <agent00ming9366@gmail.com>
This commit is contained in:
Agent00Ming
2024-07-03 15:40:18 -04:00
committed by GitHub
parent 8bb75a223d
commit e894d5e964

@@ -599,10 +599,10 @@ void CTabletV2Protocol::proximityOut(SP<CTabletTool> tool) {
if (t->tool != tool || !t->current)
continue;
t->current = false;
t->lastSurf.reset();
t->resource->sendProximityOut();
t->sendFrame();
t->current = false;
}
}