]> source.dussan.org Git - tigervnc.git/commit
Use std::list for server history
authorPierre Ossman <ossman@cendio.se>
Fri, 6 Sep 2024 14:29:25 +0000 (16:29 +0200)
committerPierre Ossman <ossman@cendio.se>
Fri, 6 Sep 2024 14:29:25 +0000 (16:29 +0200)
commita19219e0ebeed5701fa8e0bee41d2529ffb7d966
treef043ed997c225c37bf905cfc6db52889b730c61e
parent4236d0c644a7454ab7a955e837143a8fd0777c09
Use std::list for server history

We don't need random access to the entries, so a list fits just as well.
It also has better accessors we need.
vncviewer/ServerDialog.cxx
vncviewer/ServerDialog.h
vncviewer/parameters.cxx
vncviewer/parameters.h