mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-17 21:13:48 -07:00
cursormgr: fix cursor gsettings on session change (#7295)
This commit is contained in:
@@ -53,6 +53,7 @@ class CCursorManager {
|
||||
void updateTheme();
|
||||
SCursorImageData dataFor(const std::string& name); // for xwayland
|
||||
void setXWaylandCursor();
|
||||
void syncGsettings();
|
||||
|
||||
void tickAnimatedCursor();
|
||||
|
||||
@@ -75,4 +76,4 @@ class CCursorManager {
|
||||
Hyprcursor::SCursorShapeData m_sCurrentCursorShapeData;
|
||||
};
|
||||
|
||||
inline std::unique_ptr<CCursorManager> g_pCursorManager;
|
||||
inline std::unique_ptr<CCursorManager> g_pCursorManager;
|
||||
|
Reference in New Issue
Block a user