public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kwin] rawhide: Remove unused patch
@ 2026-09-08 16:15 Steve Cossette
  0 siblings, 0 replies; only message in thread
From: Steve Cossette @ 2026-09-08 16:15 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/kwin
Branch : rawhide
Commit : 0b84e2e267a40c8a9de2a891fd08d581e12dc096
Author : Steve Cossette <farchord@gmail.com>
Date   : 2026-09-08T12:15:35-04:00
Stats  : +0/-35 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/kwin/c/0b84e2e267a40c8a9de2a891fd08d581e12dc096?branch=rawhide

Log:
Remove unused patch

---
diff --git a/2d0613acd044544e79b034b1cbc248664edf2884.patch b/2d0613acd044544e79b034b1cbc248664edf2884.patch
deleted file mode 100644
index 1b75b77..0000000
--- a/2d0613acd044544e79b034b1cbc248664edf2884.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 2d0613acd044544e79b034b1cbc248664edf2884 Mon Sep 17 00:00:00 2001
-From: Vlad Zahorodnii <vlad.zahorodnii@kde.org>
-Date: Wed, 12 Aug 2026 05:35:52 +0000
-Subject: [PATCH] wayland: Increase global removal timer timeout to 1 day
-
-If an output global is removed due to the 5min timer expiring, the
-wl_fixes.ack_global_remove requests will result in a protocol error
-because the global has been already destroyed.
-
-As a whacky workaround, increase the timer interval to 1 day.
-
-
-(cherry picked from commit ea9edac4824b0d972638b2550c59f58482342efb)
-
-Co-authored-by: Vlad Zahorodnii <vlad.zahorodnii@kde.org>
----
- src/wayland/tools/qtwaylandscanner.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/wayland/tools/qtwaylandscanner.cpp b/src/wayland/tools/qtwaylandscanner.cpp
-index 56d2cce0483..d642659dda6 100644
---- a/src/wayland/tools/qtwaylandscanner.cpp
-+++ b/src/wayland/tools/qtwaylandscanner.cpp
-@@ -893,7 +893,7 @@ bool Scanner::process()
-             printf("\n");
-             printf("        struct wl_event_loop *event_loop = wl_display_get_event_loop(m_display);\n");
-             printf("        m_globalRemovedEvent = wl_event_loop_add_timer(event_loop, deferred_destroy_global_func, this);\n");
--            printf("        wl_event_source_timer_update(m_globalRemovedEvent, 300000);\n");
-+            printf("        wl_event_source_timer_update(m_globalRemovedEvent, 24 * 60 * 60 * 1000);\n");
-             printf("\n");
-             printf("        wl_global_remove(m_global);\n");
-             printf("    }\n");
--- 
-GitLab
-

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-08 16:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-08 16:15 [rpms/kwin] rawhide: Remove unused patch Steve Cossette

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox