Re: winex11.drv: Handle clipboard on an auxiliary thread for windowless apps
7 Jul
2009
7 Jul
'09
9:19 a.m.
Yuri Khan <yurivkhan(a)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(a)winehq.org
6093
Age (days ago)
6093
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard