mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-09-24 20:28:28 +00:00
input: Fix VRR for constrained cursors (#6877)
This commit is contained in:
@@ -128,6 +128,9 @@ class CSeatManager {
|
||||
void setGrab(SP<CSeatGrab> grab); // nullptr removes
|
||||
SP<CSeatGrab> seatGrab;
|
||||
|
||||
bool isPointerFrameSkipped = false;
|
||||
bool isPointerFrameCommit = false;
|
||||
|
||||
private:
|
||||
struct SSeatResourceContainer {
|
||||
SSeatResourceContainer(SP<CWLSeatResource>);
|
||||
|
Reference in New Issue
Block a user