Added new property bigEndianFlag to PlayerOptions class.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@260 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfbplayer/PlayerOptions.h b/rfbplayer/PlayerOptions.h
index 0ff526e..c4238d3 100644
--- a/rfbplayer/PlayerOptions.h
+++ b/rfbplayer/PlayerOptions.h
@@ -46,6 +46,7 @@
#define DEFAULT_FRAME_SCALE 100
#define DEFAULT_ACCEPT_BELL FALSE
#define DEFAULT_ACCEPT_CUT_TEXT FALSE
+#define DEFAULT_BIG_ENDIAN FALSE
#define DEFAULT_LOOP_PLAYBACK FALSE
#define DEFAULT_ASK_PF FALSE
#define DEFAULT_AUTOPLAY FALSE
@@ -67,6 +68,7 @@
bool autoPlay;
bool fullScreen;
bool autoDetectPF;
+ bool bigEndianFlag;
long pixelFormatIndex;
PixelFormat pixelFormat;
bool acceptBell;