]> source.dussan.org Git - tigervnc.git/commit
Simplify RandR output name handling
authorPierre Ossman <ossman@cendio.se>
Sun, 21 Apr 2024 00:22:38 +0000 (02:22 +0200)
committerPierre Ossman <ossman@cendio.se>
Mon, 24 Jun 2024 12:20:37 +0000 (14:20 +0200)
commit2dd2341e0e1aae172f669d1810004ae72e3105d8
tree1bddf68ffcb9f8c731ae8ad78ce83340d12a3eba
parent7aace8ea6da9c58782e74b3bfc5f8928b06d6853
Simplify RandR output name handling

Store the name in a std::string to make things less complex as we don't
need to be as careful about making sure the data is free():d.
unix/common/randr.cxx