aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Compositor.hpp
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-06-12 22:57:06 +0200
committerVaxry <[email protected]>2024-06-12 22:57:06 +0200
commit18ee9ece9cec51daa75fbf765d9fa6b72ef898e5 (patch)
tree5bc2af37a443dd35c289fba389854c839e4c3cb6 /src/Compositor.hpp
parent38132ffaf53c843a3ed03be5b305702fde8f5a49 (diff)
downloadHyprland-18ee9ece9cec51daa75fbf765d9fa6b72ef898e5.tar.gz
Hyprland-18ee9ece9cec51daa75fbf765d9fa6b72ef898e5.zip
layershell: minor fixes to re-mapping of layers
ref #2012
Diffstat (limited to 'src/Compositor.hpp')
-rw-r--r--src/Compositor.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Compositor.hpp b/src/Compositor.hpp
index 458e37a7..242c3b13 100644
--- a/src/Compositor.hpp
+++ b/src/Compositor.hpp
@@ -156,6 +156,7 @@ class CCompositor {
PHLWINDOW getX11Parent(PHLWINDOW);
void scheduleFrameForMonitor(CMonitor*);
void addToFadingOutSafe(PHLLS);
+ void removeFromFadingOutSafe(PHLLS);
void addToFadingOutSafe(PHLWINDOW);
PHLWINDOW getWindowByRegex(const std::string&);
void warpCursorTo(const Vector2D&, bool force = false);