PlayerOptions::pixelFormat changed to pixelFormatIndex.
Added new property pixelFormat to PlayerOptions class.
Added supportedPF to RfbPlayer class.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@252 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfbplayer/PlayerOptions.h b/rfbplayer/PlayerOptions.h
index 2a56b3f..1bca343 100644
--- a/rfbplayer/PlayerOptions.h
+++ b/rfbplayer/PlayerOptions.h
@@ -69,8 +69,8 @@
double playbackSpeed;
bool autoPlay;
bool fullScreen;
- long pixelFormat;
- PixelFormat PF;
+ long pixelFormatIndex;
+ PixelFormat pixelFormat;
bool acceptBell;
bool acceptCutText;
bool loopPlayback;