Skip to content
Snippets Groups Projects
Commit 7cbc9ead authored by Andreas Müller's avatar Andreas Müller Committed by Olivier Fourdan
Browse files

don't block display events when time is set backwards


Bug: 10184

Signed-off-by: default avatarAndreas Müller <schnitzeltony@googlemail.com>
parent ce38edfa
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment