git: b2dc693ab526 - 2023Q3 - x11-wm/hyprland: apply minor rendering fix after 27b50932c7ab

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Tue, 18 Jul 2023 10:38:42 UTC
The branch 2023Q3 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b2dc693ab526fef08afd2785b43a2282740d4353

commit b2dc693ab526fef08afd2785b43a2282740d4353
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:37:36 +0000

    x11-wm/hyprland: apply minor rendering fix after 27b50932c7ab
    
    (cherry picked from commit 15a137386957adc3ce25d745d54f582de5840dee)
---
 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