Yuri Khan <[email protected]> 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 [email protected]
