Add debian/patches/surfaces.patch

This commit is contained in:
ferreo 2025-01-27 15:11:37 +01:00
parent 3db6a81387
commit 797271fd8f

15
debian/patches/surfaces.patch vendored Normal file
View File

@ -0,0 +1,15 @@
diff --git a/src/desktop/WLSurface.hpp b/src/desktop/WLSurface.hpp
index 5f8da715..aa3600a2 100644
--- a/src/desktop/WLSurface.hpp
+++ b/src/desktop/WLSurface.hpp
@@ -88,7 +88,7 @@ class CWLSurface {
// used by the hyprland-surface protocol
float m_fOverallOpacity = 1.F;
- CRegion m_visibleRegion;
+ CRegion m_visibleRegion = CBox{0, 0, INT32_MAX, INT32_MAX};
struct {
CSignal destroy;