ui: add namespace

This commit is contained in:
Vaxry 2025-12-05 18:57:16 +00:00
parent 1d8df14fce
commit 07eb33e65d
Signed by: vaxry
GPG key ID: 665806380871D640

View file

@ -26,6 +26,7 @@ CWallpaperTarget::CWallpaperTarget(SP<Hyprtoolkit::IOutput> output, const std::s
->layer(0)
->preferredSize({0, 0})
->exclusiveZone(-1)
->appClass("hyprpaper")
->commence();
m_bg = Hyprtoolkit::CRectangleBuilder::begin()