diff options
author | vaxerski <[email protected]> | 2022-05-14 16:43:30 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-05-14 16:43:30 +0200 |
commit | 694f4433a2b6083cef5a4f43e974f9c70b9857af (patch) | |
tree | ece23ce054ccb93a79c538715ed63eeda6c13479 /src/layout/IHyprLayout.hpp | |
parent | 8f0aa6c941733ac5b540de27909b9b279be61aae (diff) | |
download | Hyprland-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.hpp | 2 |
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; /* |