diff options
author | Pierre Ossman <ossman@cendio.se> | 2014-09-25 10:49:16 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2014-09-25 15:03:39 +0200 |
commit | a4148f867fac7c70fc7d2a02cb0f9b20ce5d9394 (patch) | |
tree | b3697de593460e17a0815249d3473c7408dabffa | |
parent | ab9b95f9c7e2d97a2e2e68efd4c63d0b90c4b3a7 (diff) | |
download | tigervnc-a4148f867fac7c70fc7d2a02cb0f9b20ce5d9394.tar.gz tigervnc-a4148f867fac7c70fc7d2a02cb0f9b20ce5d9394.zip |
PixelTransformer is gone so we can protect these now
-rw-r--r-- | common/rfb/PixelFormat.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/rfb/PixelFormat.h b/common/rfb/PixelFormat.h index 113b8eef..8dfa5f1a 100644 --- a/common/rfb/PixelFormat.h +++ b/common/rfb/PixelFormat.h @@ -121,8 +121,7 @@ namespace rfb { // 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; |