mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-17 13:03:48 -07:00
input: Fix VRR for constrained cursors (#6877)
This commit is contained in:
@@ -6,7 +6,7 @@ class CTimer {
|
||||
public:
|
||||
void reset();
|
||||
float getSeconds();
|
||||
long getMillis();
|
||||
float getMillis();
|
||||
const std::chrono::steady_clock::time_point& chrono() const;
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user