hyprland-dwindle-autogroup/include
ItsDrike 6932d4fb33
Fix bug introduced in latest Hyprland
A recent change to hyprland, refactoring workspace storage has caused an
issue with including `<hyprland/src/layout/DwindleLayout.hpp>` directly,
since it utilizes the `PHLWORKSPACE` type, which however isn't imported
from this header file. Including
`<hyprland/src/desktop/DesktopTypes.hpp>` manually fixes this issue,
although it might be worth reporting this to hyprland, as this include
probably should be present in this file.

Introduced in Hyprland commit:
<ef23ef60c5>
2024-04-04 01:28:19 +02:00
..
func_finder.hpp Full rewrite 2023-10-02 22:51:45 +02:00
globals.hpp Fix bug introduced in latest Hyprland 2024-04-04 01:28:19 +02:00
plugin.hpp Full rewrite 2023-10-02 22:51:45 +02:00