mirror of
https://github.com/ItsDrike/hyprland-dwindle-autogroup.git
synced 2024-11-09 18:59:40 +00:00
10 lines
248 B
C++
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*);
|