hyprland-dwindle-autogroup/include/plugin.hpp
2023-10-02 22:51:45 +02:00

10 lines
248 B
C++

#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*);