]> source.dussan.org Git - tigervnc.git/commit
Use std::string for monitor names
authorPierre Ossman <ossman@cendio.se>
Thu, 9 Sep 2021 10:19:46 +0000 (12:19 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 9 Sep 2021 11:20:14 +0000 (13:20 +0200)
commit4338d63d8891330b0d7a510807efba5b77d1f54f
tree06a5bcae6cbd224d780b391a15ab4ab0fe18ab73
parent73759f813f4237c443beed101459a0a3370c0caf
Use std::string for monitor names

Makes it a lot easier to deal with the allocation of memory for the
string, avoiding any limits.

(cherry picked from commit 11ae24f1f3fe39c1382c6cb37d3cddeeb757c91c)
vncviewer/MonitorArrangement.cxx
vncviewer/MonitorArrangement.h