mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-22 05:25:58 +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;
|
||||
|
||||
// Fix focus on open
|
||||
inline std::deque<uint32_t> ignoredEvents;
|
||||
inline std::deque<uint64_t> ignoredEvents;
|
||||
|
||||
// Fix spammed RandR events
|
||||
inline std::chrono::high_resolution_clock::time_point lastRandREvent = std::chrono::high_resolution_clock::now();
|
||||
|
|
Loading…
Reference in a new issue