mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-22 13:35:57 +01:00
ignoredEvents are 64 bit
This commit is contained in:
parent
113b062ad4
commit
940dca6c0a
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ namespace Events {
|
||||||
inline bool nextWindowCentered = false;
|
inline bool nextWindowCentered = false;
|
||||||
|
|
||||||
// Fix focus on open
|
// Fix focus on open
|
||||||
inline std::deque<uint32_t> ignoredEvents;
|
inline std::deque<uint64_t> ignoredEvents;
|
||||||
|
|
||||||
// Fix spammed RandR events
|
// Fix spammed RandR events
|
||||||
inline std::chrono::high_resolution_clock::time_point lastRandREvent = std::chrono::high_resolution_clock::now();
|
inline std::chrono::high_resolution_clock::time_point lastRandREvent = std::chrono::high_resolution_clock::now();
|
||||||
|
|
Loading…
Reference in a new issue