cursormgr: fix cursor gsettings on session change (#7295)

This commit is contained in:
Ikalco 2024-08-13 12:27:00 -05:00 committed by GitHub
parent 77cf651825
commit 39df1f4dbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 11 additions and 4 deletions

View file

@ -5,6 +5,7 @@
#include <gio/gsettingsschema.h>
#include "config/ConfigValue.hpp"
#include "helpers/CursorShapes.hpp"
#include "../managers/CursorManager.hpp"
#include "debug/Log.hpp"
#include "XCursorManager.hpp"