]> source.dussan.org Git - tigervnc.git/commit
Make sure clipboard uses \n line endings
authorPierre Ossman <ossman@cendio.se>
Thu, 2 May 2019 10:32:03 +0000 (12:32 +0200)
committerPierre Ossman <ossman@cendio.se>
Mon, 1 Jul 2019 08:38:35 +0000 (10:38 +0200)
commit546b2ad80a68e80a737aade06f0685cccb5e9716
tree60c577e30c103c16175047ea11c2bcee2b101258
parent2ff61a285efda80cca7f1855aca23b99149bac8c
Make sure clipboard uses \n line endings

This is required by the protocol so we should make sure it is
enforced. We are tolerant of clients that violate this though and
convert incoming clipboard data.
12 files changed:
common/rfb/CMsgReader.cxx
common/rfb/CMsgWriter.cxx
common/rfb/SMsgReader.cxx
common/rfb/SMsgWriter.cxx
common/rfb/VNCServerST.cxx
common/rfb/util.cxx
common/rfb/util.h
unix/xserver/hw/vnc/RFBGlue.cc
unix/xserver/hw/vnc/RFBGlue.h
unix/xserver/hw/vnc/vncSelection.c
vncviewer/Viewport.cxx
win/rfb_win32/Clipboard.cxx