Skip to content
Snippets Groups Projects
Commit 2d3f8c5c authored by Olivier Fourdan's avatar Olivier Fourdan
Browse files

Update timestamp

(Old svn revision: 22473)
parent 62380179
No related branches found
No related tags found
No related merge requests found
......@@ -542,7 +542,7 @@ handleKeyPress (DisplayInfo *display_info, XKeyEvent * ev)
default:
break;
}
XAllowEvents (display_info->dpy, SyncKeyboard, ev->time);
XAllowEvents (display_info->dpy, SyncKeyboard, myDisplayGetCurrentTime (display_info));
}
/* User has clicked on an edge or corner.
......@@ -986,11 +986,11 @@ handleButtonPress (DisplayInfo *display_info, XButtonEvent * ev)
if (replay)
{
XAllowEvents (display_info->dpy, ReplayPointer, ev->time);
XAllowEvents (display_info->dpy, ReplayPointer, myDisplayGetCurrentTime (display_info));
}
else
{
XAllowEvents (display_info->dpy, SyncPointer, ev->time);
XAllowEvents (display_info->dpy, SyncPointer, myDisplayGetCurrentTime (display_info));
}
return;
......
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