]> source.dussan.org Git - tigervnc.git/commit
Stop trying to send ListConnInfo via WM_COPYDATA
authorPierre Ossman <ossman@cendio.se>
Fri, 9 Nov 2018 16:14:57 +0000 (17:14 +0100)
committerPierre Ossman <ossman@cendio.se>
Fri, 9 Nov 2018 16:16:04 +0000 (17:16 +0100)
commit8526e4807379ed35e3461da6793256af8c1ff6cf
tree64230f0e5ff06c71ed2ccf07a5b2386df39ad649
parent025326dd94070ba790e4c1f8596b93ce96fd5be4
Stop trying to send ListConnInfo via WM_COPYDATA

Windows tries to do a copy of it, and it is too complex to survive
that. Just reference the object directly as we know the source of
the message here.
win/winvnc/ControlPanel.cxx
win/winvnc/STrayIcon.cxx