]> 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:12:23 +0000 (13:12 +0200)
commit11ae24f1f3fe39c1382c6cb37d3cddeeb757c91c
tree39a115a91dd7e8c473566f20f36f4b8e55f1e246
parentc8af502bd2a50398bf1f4da06b90457150340316
Use std::string for monitor names

Makes it a lot easier to deal with the allocation of memory for the
string, avoiding any limits.
vncviewer/MonitorArrangement.cxx
vncviewer/MonitorArrangement.h