mirror of
https://github.com/ItsDrike/hyprland-dwindle-autogroup.git
synced 2025-06-28 21:40:42 +00:00
Part 1 of 0.40 migration
This commit is contained in:
parent
43b3d6eea7
commit
f526bed104
3 changed files with 53 additions and 39 deletions
|
@ -1,9 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#include <hyprland/src/config/ConfigManager.hpp>
|
||||
#include <hyprland/src/desktop/DesktopTypes.hpp> // needed for DwindleLayout.hpp
|
||||
#include <hyprland/src/layout/DwindleLayout.hpp>
|
||||
#include <hyprland/src/plugins/HookSystem.hpp>
|
||||
#include <hyprland/src/plugins/PluginAPI.hpp>
|
||||
#include <hyprlang.hpp>
|
||||
|
||||
const CColor s_notifyColor = {0x61 / 255.0f, 0xAF / 255.0f, 0xEF / 255.0f, 1.0f}; // RGBA
|
||||
const PLUGIN_DESCRIPTION_INFO s_pluginDescription = {"dwindle-autogroup", "Dwindle Autogroup", "ItsDrike", "1.0"};
|
||||
|
@ -16,5 +18,5 @@ inline CFunctionHook* g_pCreateGroupHook = nullptr;
|
|||
typedef void* (*destroyGroupFuncT)(CWindow*);
|
||||
inline CFunctionHook* g_pDestroyGroupHook = nullptr;
|
||||
|
||||
typedef SDwindleNodeData* (*nodeFromWindowFuncT)(void*, CWindow*);
|
||||
typedef SDwindleNodeData* (*nodeFromWindowFuncT)(void*, PHLWINDOW);
|
||||
inline nodeFromWindowFuncT g_pNodeFromWindow = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue