aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/layout/IHyprLayout.hpp
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-05-14 16:43:30 +0200
committervaxerski <[email protected]>2022-05-14 16:43:30 +0200
commit694f4433a2b6083cef5a4f43e974f9c70b9857af (patch)
treeece23ce054ccb93a79c538715ed63eeda6c13479 /src/layout/IHyprLayout.hpp
parent8f0aa6c941733ac5b540de27909b9b279be61aae (diff)
downloadHyprland-694f4433a2b6083cef5a4f43e974f9c70b9857af.tar.gz
Hyprland-694f4433a2b6083cef5a4f43e974f9c70b9857af.zip
Added animation style and style slide
Diffstat (limited to 'src/layout/IHyprLayout.hpp')
-rw-r--r--src/layout/IHyprLayout.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/layout/IHyprLayout.hpp b/src/layout/IHyprLayout.hpp
index 6d40ef03..2f569b6e 100644
--- a/src/layout/IHyprLayout.hpp
+++ b/src/layout/IHyprLayout.hpp
@@ -13,6 +13,8 @@ public:
/*
Called when a window is created (mapped)
+ The layout HAS TO set the goal pos and size (anim mgr will use it)
+ If !animationinprogress, then the anim mgr will not apply an anim.
*/
virtual void onWindowCreated(CWindow*) = 0;
/*