git: 15a137386957 - main - x11-wm/hyprland: apply minor rendering fix after 27b50932c7ab
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jul 2023 10:36:43 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=15a137386957adc3ce25d745d54f582de5840dee commit 15a137386957adc3ce25d745d54f582de5840dee Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-07-18 10:30:29 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-07-18 10:36:41 +0000 x11-wm/hyprland: apply minor rendering fix after 27b50932c7ab --- x11-wm/hyprland/Makefile | 2 +- x11-wm/hyprland/files/patch-wlroots-0.17 | 2 +- 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