[Xfce4-commits] [xfce/xfwm4] 02/02: don't block display events when time is set backwards
noreply at xfce.org
noreply at xfce.org
Wed Feb 24 11:41:54 CET 2016
This is an automated email from the git hooks/post-receive script.
olivier pushed a commit to branch master
in repository xfce/xfwm4.
commit 7cbc9eadb563cd26a95dcfc6dcc048a4b719bcf8
Author: Andreas Müller <schnitzeltony at googlemail.com>
Date: Tue Jun 18 12:46:42 2013 +0200
don't block display events when time is set backwards
Bug: 10184
Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
---
src/display.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/display.c b/src/display.c
index 670e569..55319e7 100644
--- a/src/display.c
+++ b/src/display.c
@@ -757,7 +757,7 @@ myDisplayUpdateCurrentTime (DisplayInfo *display, XEvent *ev)
break;
}
- if ((timestamp != (guint32) CurrentTime) && TIMESTAMP_IS_BEFORE(display->current_time, timestamp))
+ if ((timestamp != (guint32) CurrentTime))
{
display->current_time = timestamp;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list