decoration: Stacked group tabs (#5886)

* Stacked group tabs

* Fix index when creating groupbar title textures

* Changes for stacked dnd

* formatting

* Don't remove internal horizontal padding when calculating stacked bar
width
This commit is contained in:
zakk4223 2024-05-16 06:38:10 -04:00 committed by GitHub
parent de9798fcf9
commit ca0833c9ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 60 additions and 28 deletions

View file

@ -54,6 +54,7 @@ class CHyprGroupBarDecoration : public IHyprWindowDecoration {
std::deque<PHLWINDOWREF> m_dwGroupMembers;
float m_fBarWidth;
float m_fBarHeight;
CTitleTex* textureFromTitle(const std::string&);
void invalidateTextures();