git: ac10ac7d63e8 - 2025Q2 - x11-toolkits/como: better document mac_priority(4) fix

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Fri, 20 Jun 2025 20:06:05 UTC
The branch 2025Q2 has been updated by jbeich:

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

commit ac10ac7d63e8b862b4642f56ebbbc34038c5c627
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-06-20 19:32:27 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-06-20 20:05:21 +0000

    x11-toolkits/como: better document mac_priority(4) fix
    
    (cherry picked from commit a5f546cd7757158f4e6fd9d344b2ef003b22bf12)
---
 x11-toolkits/como/files/patch-como_base_wayland_app__singleton.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x11-toolkits/como/files/patch-como_base_wayland_app__singleton.h b/x11-toolkits/como/files/patch-como_base_wayland_app__singleton.h
index d8da4bb4a97b..74214de3cf54 100644
--- a/x11-toolkits/como/files/patch-como_base_wayland_app__singleton.h
+++ b/x11-toolkits/como/files/patch-como_base_wayland_app__singleton.h
@@ -1,7 +1,10 @@
+Allow using mac_priority(4) to avoid stutter during high load:
 - Emulate SCHED_RESET_ON_FORK via pthread_atfork
 - Switch to pthread_setschedparam as Linux sched_setscheduler
   operates on threads contrary to POSIX
 
+Similar to picom, sway, hyprland. Also plasma6-kwin but not fixed yet.
+
 --- como/base/wayland/app_singleton.h.orig	2024-02-27 13:02:31 UTC
 +++ como/base/wayland/app_singleton.h
 @@ -19,12 +19,16 @@ class app_singleton : public base::app_singleton (publ