Alexandre Julliard wrote:
Andrey Vostrikov andrey.vostrikov@cogentembedded.com writes:
- else if(event->target == x11drv_atom(TIMESTAMP)) /* Return event timestamp */
- {
/* TIMESTAMP selection request */
XChangeProperty(display, request, rprop, event->target,
32, PropModeReplace, (unsigned char*)&event->time, 1);
That's not the correct timestamp.
What would be the correct one then? CurrentTime is zero and does not help. event->time is very close to what is needed and fixes an issue.