diff options
Diffstat (limited to 'common/rfb/PixelFormat.h')
-rw-r--r-- | common/rfb/PixelFormat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/rfb/PixelFormat.h b/common/rfb/PixelFormat.h index 8adbf911..c1de09a9 100644 --- a/common/rfb/PixelFormat.h +++ b/common/rfb/PixelFormat.h @@ -64,7 +64,7 @@ namespace rfb { bool parse(const char* str); protected: - void updateShifts(void); + void updateState(void); public: int bpp; @@ -85,6 +85,7 @@ namespace rfb { int redConvShift; int greenConvShift; int blueConvShift; + bool endianMismatch; }; } |