Skip to content

Commit 9945633

Browse files
committed
fix: update include path of animation manager
1 parent abd900b commit 9945633

File tree

3 files changed

+38
-38
lines changed

3 files changed

+38
-38
lines changed

flake.lock

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hyprbars/barDeco.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include <hyprland/src/render/Renderer.hpp>
99
#include <hyprland/src/managers/LayoutManager.hpp>
1010
#include <hyprland/src/config/ConfigManager.hpp>
11-
#include <hyprland/src/managers/AnimationManager.hpp>
11+
#include <hyprland/src/managers/animation/AnimationManager.hpp>
1212
#include <hyprland/src/protocols/LayerShell.hpp>
1313
#include <pango/pangocairo.h>
1414

hyprfocus/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include <hyprland/src/Compositor.hpp>
1212
#include <hyprland/src/config/ConfigValue.hpp>
1313
#include <hyprland/src/helpers/AnimatedVariable.hpp>
14-
#include <hyprland/src/managers/AnimationManager.hpp>
14+
#include <hyprland/src/managers/animation/AnimationManager.hpp>
1515
#include <hyprland/src/managers/eventLoop/EventLoopManager.hpp>
1616
#include <hyprland/src/managers/LayoutManager.hpp>
1717
#include <hyprland/src/config/ConfigManager.hpp>

0 commit comments

Comments
 (0)