Hello community,

here is the log from the commit of package kwin5 for openSUSE:Factory checked 
in at 2019-03-11 11:14:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwin5 (Old)
 and      /work/SRC/openSUSE:Factory/.kwin5.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kwin5"

Mon Mar 11 11:14:29 2019 rev:93 rq:682993 version:5.15.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwin5/kwin5.changes      2019-02-28 
21:37:12.581662712 +0100
+++ /work/SRC/openSUSE:Factory/.kwin5.new.28833/kwin5.changes   2019-03-11 
11:14:30.625357942 +0100
@@ -1,0 +2,7 @@
+Wed Mar  6 09:10:58 UTC 2019 - wba...@tmo.at
+
+- Add Set-m_windowmode-in-screenshotWindowUnderCursor.patch to fix
+  "Capture the current pop-up only" mode in spectacle (boo#1123638,
+  kde#374864)
+
+-------------------------------------------------------------------

New:
----
  Set-m_windowmode-in-screenshotWindowUnderCursor.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kwin5.spec ++++++
--- /var/tmp/diff_new_pack.QoEsyq/_old  2019-03-11 11:14:32.061357511 +0100
+++ /var/tmp/diff_new_pack.QoEsyq/_new  2019-03-11 11:14:32.061357511 +0100
@@ -36,6 +36,8 @@
 Source1:        
https://download.kde.org/stable/plasma/%{version}/kwin-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
+# PATCH-FIX-UPSTREAM
+Patch0:         Set-m_windowmode-in-screenshotWindowUnderCursor.patch
 # PATCH-FIX-OPENSUSE
 Patch100:       0001-Revert-Make-WindowSwitching-Alt-Tab-the-default-left.patch
 # PATCH-FEATURE-OPENSUSE

++++++ Set-m_windowmode-in-screenshotWindowUnderCursor.patch ++++++
>From 2ea6fc2abefd810915c38daee95fe31205ca741b Mon Sep 17 00:00:00 2001
From: Kai Uwe Broulik <k...@privat.broulik.de>
Date: Tue, 5 Mar 2019 22:59:44 +0100
Subject: [effects/screenshot] Set m_windowMode in screenshotWindowUnderCursor

BUG: 374864
FIXED-IN: 5.15.3

Differential Revision: https://phabricator.kde.org/D19552
---
 effects/screenshot/screenshot.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/effects/screenshot/screenshot.cpp 
b/effects/screenshot/screenshot.cpp
index 3139bd8..f023779 100644
--- a/effects/screenshot/screenshot.cpp
+++ b/effects/screenshot/screenshot.cpp
@@ -316,6 +316,7 @@ void ScreenShotEffect::screenshotWindowUnderCursor(int mask)
         m_scheduledScreenshot = 0;
     }
     if (m_scheduledScreenshot) {
+        m_windowMode = WindowMode::Xpixmap;
         m_scheduledScreenshot->addRepaintFull();
     }
 }
-- 
cgit v1.1




Reply via email to