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:
parent
3f0f7caa45
commit
0deade2883
5 changed files with 12 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue