mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 18:05:59 +01:00
tablet: Send .frame() on .proximity_out() (#6761)
Co-authored-by: Agent_00Ming <agent00ming9366@gmail.com>
This commit is contained in:
parent
8bb75a223d
commit
e894d5e964
1 changed files with 1 additions and 1 deletions
|
@ -599,10 +599,10 @@ void CTabletV2Protocol::proximityOut(SP<CTabletTool> tool) {
|
||||||
if (t->tool != tool || !t->current)
|
if (t->tool != tool || !t->current)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
t->current = false;
|
|
||||||
t->lastSurf.reset();
|
t->lastSurf.reset();
|
||||||
t->resource->sendProximityOut();
|
t->resource->sendProximityOut();
|
||||||
t->sendFrame();
|
t->sendFrame();
|
||||||
|
t->current = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue