From d52ab50cec6e7ed33d2ff0b0b6b667e28e8bc316 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Mon, 11 May 2026 12:53:44 -0400 Subject: [PATCH] [hyprland] Update cursor-fix.patch to original patch --- hyprland-git/cursor-fix.patch | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/hyprland-git/cursor-fix.patch b/hyprland-git/cursor-fix.patch index 649311d..3a862ff 100644 --- a/hyprland-git/cursor-fix.patch +++ b/hyprland-git/cursor-fix.patch @@ -1,3 +1,14 @@ +From c030716c449fbd9f69e7627aaae5a26c914b973b Mon Sep 17 00:00:00 2001 +From: x1h0 +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; - }; \ No newline at end of file + };