winex11.drv: Handle clipboard on an auxiliary thread for windowless apps

Alexandre Julliard julliard at winehq.org
Tue Jul 7 04:19:13 CDT 2009


Yuri Khan <yurivkhan at gmail.com> writes:

> @@ -239,6 +239,9 @@ static Bool filter_event( Display *display, XEvent *event, char *arg )
>      case PropertyNotify:
>      case ClientMessage:
>          return (mask & QS_POSTMESSAGE) != 0;
> +    case SelectionClear:
> +    case SelectionRequest:
> +        return 1;
>      default:
>          return (mask & QS_SENDMESSAGE) != 0;

There's no reason to change this, QS_SENDMESSAGE is perfectly
appropriate for selection events.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list