summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/patch/kwin/kwin.wayland.stream.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/kde/patch/kwin/kwin.wayland.stream.diff')
-rw-r--r--source/kde/kde/patch/kwin/kwin.wayland.stream.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/source/kde/kde/patch/kwin/kwin.wayland.stream.diff b/source/kde/kde/patch/kwin/kwin.wayland.stream.diff
deleted file mode 100644
index e5c368823..000000000
--- a/source/kde/kde/patch/kwin/kwin.wayland.stream.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN kwin-5.21.4.orig/plugins/screencast/screencastmanager.cpp kwin-5.21.4/plugins/screencast/screencastmanager.cpp
---- kwin-5.21.4.orig/plugins/screencast/screencastmanager.cpp 2021-04-06 15:27:01.000000000 +0300
-+++ kwin-5.21.4/plugins/screencast/screencastmanager.cpp 2021-04-19 10:58:00.395022083 +0300
-@@ -131,7 +131,7 @@
- connect(waylandStream, &KWaylandServer::ScreencastStreamV1Interface::finished, stream, &PipeWireStream::stop);
- connect(stream, &PipeWireStream::stopStreaming, waylandStream, [stream, waylandStream] {
- waylandStream->sendClosed();
-- delete stream;
-+ stream->deleteLater();
- });
- connect(stream, &PipeWireStream::streamReady, stream, [waylandStream] (uint nodeid) {
- waylandStream->sendCreated(nodeid);