hyprland-dwindle-autogroup/include/plugin.hpp

10 lines
248 B
C++
Raw Permalink Normal View History

2023-10-02 20:27:13 +00:00
#include "globals.hpp"
/* New custom function replacing the original CWindow::createGroup function
*/
void newCreateGroup(CWindow*);
/* New custom function replacing the original CWindow::createGroup function
*/
void newDestroyGroup(CWindow*);