WindowServer: Reset double-click timers for back/forward buttons

Thanks for movAX13H for pointing this out!
This commit is contained in:
Andreas Kling 2020-05-03 00:29:57 +02:00
parent b8f778a430
commit 37d1b0c875
Notes: sideshowbarker 2024-07-19 07:02:00 +09:00

View file

@ -233,6 +233,8 @@ private:
m_left = {};
m_right = {};
m_middle = {};
m_back = {};
m_forward = {};
}
WeakPtr<Window> m_clicked_window;