LookingGlass/client/displayservers/X11
Geoffrey McRae 3be645a357 [client] x11: fix BadAtom when pasting large buffers
To start a clipboard incr transfer the client has to delete the INCR
window property as the reply to the selection. This deletion generates a
property change event with the type delete, errornously triggering the
incr processing of the data. This patch corrects this by ignoring
property deletions.
2021-05-27 18:41:54 +10:00
..
atoms.c [client] x11: fix failure to paste clipboard into the guest 2021-04-29 12:22:54 +10:00
atoms.h [client] x11: fix failure to paste clipboard into the guest 2021-04-29 12:22:54 +10:00
clipboard.c [client] x11: fix BadAtom when pasting large buffers 2021-05-27 18:41:54 +10:00
clipboard.h [client] x11: process clipboard events early 2021-04-29 12:24:23 +10:00
CMakeLists.txt [client] x11: split out atoms into a seperate structure 2021-03-27 10:05:57 +11:00
x11.c [client] x11: cosmetics 2021-05-27 18:41:54 +10:00
x11.h [client] x11: Find and use the correct valuators for mouse axes 2021-03-27 21:12:52 +11:00