]> source.dussan.org Git - tigervnc.git/commit
Move hex conversion helpers to util
authorPierre Ossman <ossman@cendio.se>
Thu, 17 Nov 2022 14:04:20 +0000 (15:04 +0100)
committerPierre Ossman <ossman@cendio.se>
Sat, 4 Feb 2023 13:03:13 +0000 (14:03 +0100)
commit07e541678ca8c55c39780f7960c559a3e9c7ee1e
tree89f0f53831a9e546e35fdc0cd77451548ffe6874
parentd98720b736eb908d63c1ecb3779fc2a3cd9f4914
Move hex conversion helpers to util

These are used here and there so let's make them more general rather
than hiding them in the stream classes.
common/rdr/HexInStream.cxx
common/rdr/HexInStream.h
common/rdr/HexOutStream.cxx
common/rdr/HexOutStream.h
common/rfb/Configuration.cxx
common/rfb/util.cxx
common/rfb/util.h
win/rfb_win32/Registry.cxx
win/rfb_win32/Win32Util.cxx