mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-03 18:18:06 +02:00
Cygwin/X: Ignore MappingNotify events sent to clipboard integration client
Ignore MappingNotify events sent to clipboard integration client, xmodmap changes aren't of interest to it, but there is no mechanism to express that disinterest. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
This commit is contained in:
parent
e930aa7bbc
commit
b421f5e512
1 changed files with 3 additions and 0 deletions
|
|
@ -789,6 +789,9 @@ winClipboardFlushXEvents (HWND hwnd,
|
|||
case PropertyNotify:
|
||||
break;
|
||||
|
||||
case MappingNotify:
|
||||
break;
|
||||
|
||||
default:
|
||||
ErrorF ("winClipboardFlushXEvents - unexpected event type %d\n", event.type);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue