1
0
Fork 0
mirror of https://github.com/hyprwm/Hypr.git synced 2025-02-13 15:22:06 +01:00

ignoredEvents are 64 bit

This commit is contained in:
vaxerski 2022-03-09 13:50:43 +01:00
parent 113b062ad4
commit 940dca6c0a

View file

@ -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();