Yuri Khan yurivkhan@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:
default: return (mask & QS_SENDMESSAGE) != 0;return 1;
There's no reason to change this, QS_SENDMESSAGE is perfectly appropriate for selection events.