animations: add the gnomed animation style for windows
This commit is contained in:
parent
897ee276dc
commit
e2a9271150
2 changed files with 22 additions and 2 deletions
|
|
@ -59,6 +59,7 @@ class CHyprAnimationManager : public Hyprutils::Animation::CAnimationManager {
|
|||
// Anim stuff
|
||||
void animationPopin(PHLWINDOW, bool close = false, float minPerc = 0.f);
|
||||
void animationSlide(PHLWINDOW, std::string force = "", bool close = false);
|
||||
void animationGnomed(PHLWINDOW, bool close = false);
|
||||
};
|
||||
|
||||
inline UP<CHyprAnimationManager> g_pAnimationManager;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue