winex11.drv: Add TIMESTAMP to X clipboard TARGETS

Alexandre Julliard julliard at winehq.org
Wed Oct 30 04:19:03 CDT 2013


Andrey Vostrikov <andrey.vostrikov at 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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list