[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:42:54 CET 2016


This is an automated email from the git hooks/post-receive script.

olivier pushed a commit to branch xfce-4.12
in repository xfce/xfwm4.

commit 322f0bbb93d2d03df1e02b4e4acd69ab7f936c80
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 a1cfb02..3f589b3 100644
--- a/src/display.c
+++ b/src/display.c
@@ -756,7 +756,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