From fe00c4cff790eb061ec0d465e36fcf2c429808b1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20=C3=85strand?= Date: Wed, 17 Nov 2004 09:47:19 +0000 Subject: [PATCH] Using C++ style comments. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@17 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- rfb/TightDecoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rfb/TightDecoder.h b/rfb/TightDecoder.h index 7ca6f625..1047b374 100644 --- a/rfb/TightDecoder.h +++ b/rfb/TightDecoder.h @@ -34,13 +34,13 @@ namespace rfb { rdr::ZlibInStream zis[4]; }; - /* Compression control */ + // Compression control const unsigned int rfbTightExplicitFilter = 0x04; const unsigned int rfbTightFill = 0x08; const unsigned int rfbTightJpeg = 0x09; const unsigned int rfbTightMaxSubencoding = 0x09; - /* Filters to improve compression efficiency */ + // Filters to improve compression efficiency const unsigned int rfbTightFilterCopy = 0x00; const unsigned int rfbTightFilterPalette = 0x01; const unsigned int rfbTightFilterGradient = 0x02; -- 2.39.5