1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:58:11 +00:00

WindowServer: Fix compiler warnings.

This commit is contained in:
Andreas Kling 2019-06-22 14:48:52 +02:00
parent 3f0f7caa45
commit 0deade2883
5 changed files with 12 additions and 10 deletions

View file

@ -215,7 +215,7 @@ private:
CElapsedTimer m_middle_click_clock;
};
DoubleClickInfo m_double_click_info;
unsigned int m_double_click_speed;
int m_double_click_speed { 0 };
WeakPtr<WSWindow> m_active_window;
WeakPtr<WSWindow> m_hovered_window;