mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-13 11:05:46 -07:00
cursormgr: initialize size to 0
Because the ctor expects that. Ref #5237
This commit is contained in:
@@ -55,7 +55,7 @@ class CCursorManager {
|
||||
std::unique_ptr<Hyprcursor::CHyprcursorManager> m_pHyprcursor;
|
||||
|
||||
std::string m_szTheme = "";
|
||||
int m_iSize = 24;
|
||||
int m_iSize = 0;
|
||||
float m_fCursorScale = 1.0;
|
||||
|
||||
Hyprcursor::SCursorStyleInfo m_sCurrentStyleInfo;
|
||||
|
Reference in New Issue
Block a user