Add fullscreen_action to set what action to take if a window is

fullscreen
This commit is contained in:
Zakk
2025-04-16 04:08:16 -04:00
parent f907f95e3e
commit 167cda0f20
3 changed files with 28 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
#include <hyprland/src/render/decorations/IHyprWindowDecoration.hpp>
#include <hyprland/src/render/OpenGL.hpp>
#include <hyprland/src/devices/IKeyboard.hpp>
#include <hyprland/src/desktop/Workspace.hpp>
#include "globals.hpp"
class CHyprEasyLabel : public IHyprWindowDecoration {
@@ -54,6 +55,7 @@ class CHyprEasyLabel : public IHyprWindowDecoration {
int m_iBorderSize;
CGradientValueData m_cBorderGradient;
WP<CHyprEasyLabel> m_self;
eFullscreenMode m_origFSMode;