public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Steve Cossette <farchord@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/kwin] f45: Remove unused patch
Date: Tue, 08 Sep 2026 17:04:13 GMT	[thread overview]
Message-ID: <178888705333.1.12843572325934975923.rpms-kwin-0b84e2e267a4@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/kwin
Branch : f45
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=f45

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
-

                 reply	other threads:[~2026-09-08 17:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178888705333.1.12843572325934975923.rpms-kwin-0b84e2e267a4@fedoraproject.org \
    --to=farchord@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox