commit | a4148f867fac7c70fc7d2a02cb0f9b20ce5d9394 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Thu Sep 25 10:49:16 2014 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Thu Sep 25 15:03:39 2014 +0200 |
tree | b3697de593460e17a0815249d3473c7408dabffa | |
parent | ab9b95f9c7e2d97a2e2e68efd4c63d0b90c4b3a7 [diff] [blame] |
PixelTransformer is gone so we can protect these now
diff --git a/common/rfb/PixelFormat.h b/common/rfb/PixelFormat.h index 113b8ee..8dfa5f1 100644 --- a/common/rfb/PixelFormat.h +++ b/common/rfb/PixelFormat.h
@@ -121,8 +121,7 @@ // In practice we are always in true colour mode. bool trueColour; - // FIXME: These should be protected, but we need to fix TransImageGetter first. - public: + protected: bool bigEndian; int redMax; int greenMax;