[hyprland] Update cursor-fix.patch to original patch
All checks were successful
Build hyprland-git / Build and push image (push) Successful in 30m37s
All checks were successful
Build hyprland-git / Build and push image (push) Successful in 30m37s
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
From c030716c449fbd9f69e7627aaae5a26c914b973b Mon Sep 17 00:00:00 2001
|
||||
From: x1h0 <hello@kai-ratzeburg.de>
|
||||
Date: Sun, 10 May 2026 09:15:38 +0200
|
||||
Subject: [PATCH] pointer: fix cursor bounds not updating on monitor layout
|
||||
changes
|
||||
|
||||
---
|
||||
src/managers/PointerManager.cpp | 2 ++
|
||||
src/managers/PointerManager.hpp | 1 +
|
||||
2 files changed, 3 insertions(+)
|
||||
|
||||
diff --git a/src/managers/PointerManager.cpp b/src/managers/PointerManager.cpp
|
||||
index b6419e71361..9fd91157756 100644
|
||||
--- a/src/managers/PointerManager.cpp
|
||||
@@ -22,4 +33,4 @@ index 41e8e32a0c0..fbeab138a83 100644
|
||||
+ CHyprSignalListener monitorLayoutChanged;
|
||||
CHyprSignalListener monitorPreRender;
|
||||
} m_hooks;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user