]> source.dussan.org Git - tigervnc.git/commit
Use StringParameters directly
authorPierre Ossman <ossman@cendio.se>
Tue, 10 Jan 2023 18:26:48 +0000 (19:26 +0100)
committerPierre Ossman <ossman@cendio.se>
Sat, 4 Feb 2023 13:03:13 +0000 (14:03 +0100)
commit741300728a889b4ccaec35bd57efb072018c860c
tree1531c90303a6379a89966946c7e341fafb8ec18f
parent77f0a61ec8f1488d6042b1370444bb2612604292
Use StringParameters directly

We don't need to make extra copies of the string in most cases, so let's
simplify the code and access the string directly when we can.
20 files changed:
common/rfb/CSecurityTLS.cxx
common/rfb/CSecurityTLS.h
common/rfb/SDesktop.h
common/rfb/SSecurity.h
common/rfb/SSecurityRSAAES.cxx
common/rfb/SSecurityTLS.cxx
common/rfb/SSecurityTLS.h
common/rfb/SSecurityVncAuth.cxx
common/rfb/Security.cxx
common/rfb/UnixPasswordValidator.cxx
unix/vncconfig/vncconfig.cxx
unix/x0vncserver/Geometry.cxx
unix/x0vncserver/x0vncserver.cxx
unix/xserver/hw/vnc/vncExtInit.cc
vncviewer/UserDialog.cxx
vncviewer/vncviewer.cxx
win/rfb_win32/SDisplay.cxx
win/vncconfig/Connections.h
win/vncconfig/Desktop.h
win/winvnc/VNCServerWin32.cxx