xfwm4: 4.12.3 -> 4.12.4

After ages my patch was finally applied

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller 2017-03-27 23:08:56 +02:00 committed by Martin Jansa
parent fe7ee79d29
commit 714830db3b
2 changed files with 2 additions and 36 deletions

View File

@ -1,33 +0,0 @@
From e87977696f03b0c9f72884f8e3e3ec3248dfd80a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
Date: Tue, 18 Jun 2013 12:46:42 +0200
Subject: [PATCH] don't block display events when time is set backwards
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Upstream-Status: Submitted [1]
[1] https://bugzilla.xfce.org/show_bug.cgi?id=10184
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
src/display.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/display.c b/src/display.c
index 00318d5..651bc7a 100644
--- a/src/display.c
+++ b/src/display.c
@@ -733,7 +733,7 @@ myDisplayUpdateCurrentTime (DisplayInfo *display, XEvent *ev)
break;
}
- if ((timestamp != (guint32) CurrentTime) && TIMESTAMP_IS_BEFORE(display->current_time, timestamp))
+ if ((timestamp != (guint32) CurrentTime) /*&& TIMESTAMP_IS_BEFORE(display->current_time, timestamp)*/)
{
display->current_time = timestamp;
}
--
1.7.6.5

View File

@ -8,9 +8,8 @@ inherit xfce update-alternatives distro_features_check
REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI += "file://0001-don-t-block-display-events-when-time-is-set-backward.patch"
SRC_URI[md5sum] = "197ef087ca6a263627f1bea6d5a79d6f"
SRC_URI[sha256sum] = "f4a988fbc4e0df7e8583c781d271559e56fd28696092f94ae052e9e6edb09eac"
SRC_URI[md5sum] = "3ec136efc5387fd3b53cd66b684f52d7"
SRC_URI[sha256sum] = "fa74048a75649a6e92df763a3cfb706d3fed1e1a6adf567f6693325a5a6efb36"
python populate_packages_prepend () {
themedir = d.expand('${datadir}/themes')