summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-07-18 10:30:29 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-07-18 10:36:41 +0000
commit15a137386957adc3ce25d745d54f582de5840dee (patch)
tree0929978d2b827304ebeb177b5db8edcd60d20a28 /x11-wm
parentgraphics/krita: add PYTHON option (diff)
x11-wm/hyprland: apply minor rendering fix after 27b50932c7ab
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/hyprland/Makefile2
-rw-r--r--x11-wm/hyprland/files/patch-wlroots-0.172
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index f8219a7430d2..e33e63c0e3f6 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -1,7 +1,7 @@
PORTNAME= hyprland
DISTVERSIONPREFIX= v
DISTVERSION= 0.27.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-wm wayland
MAINTAINER= jbeich@FreeBSD.org
diff --git a/x11-wm/hyprland/files/patch-wlroots-0.17 b/x11-wm/hyprland/files/patch-wlroots-0.17
index 823cf84594f1..53bc2554205b 100644
--- a/x11-wm/hyprland/files/patch-wlroots-0.17
+++ b/x11-wm/hyprland/files/patch-wlroots-0.17
@@ -123,7 +123,7 @@ Apply https://github.com/swaywm/sway/commit/91079079690c
if (!g_pHyprRenderer->m_bBlockSurfaceFeedback) {
wlr_surface_send_frame_done(surface, RDATA->when);
- wlr_presentation_surface_sampled_on_output(g_pCompositor->m_sWLRPresentation, surface, RDATA->pMonitor->output);
-+ wlr_presentation_surface_scanned_out_on_output(g_pCompositor->m_sWLRPresentation, surface, RDATA->pMonitor->output);
++ wlr_presentation_surface_textured_on_output(g_pCompositor->m_sWLRPresentation, surface, RDATA->pMonitor->output);
}
// reset the UV, we might've set it above