diff options
author | george82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519> | 2005-03-10 14:26:00 +0000 |
---|---|---|
committer | george82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519> | 2005-03-10 14:26:00 +0000 |
commit | 5e7af746d12167956076fb4df60485779af2846f (patch) | |
tree | ed8984fe1656de814b36b4d9445cdb91d6ef4aed /rfbplayer/ChoosePixelFormatDialog.h | |
parent | f1794c33a48403018f80c840179614d4a3597274 (diff) | |
download | tigervnc-5e7af746d12167956076fb4df60485779af2846f.tar.gz tigervnc-5e7af746d12167956076fb4df60485779af2846f.zip |
1. Added PlayerOptions class for managing the player options.
2. Added OptionsDialog.
3. Added ChoosePixelFormatDialog class. It is used for choosing the pixel
format before the session playing.
4. Code improvements.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@238 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'rfbplayer/ChoosePixelFormatDialog.h')
-rw-r--r-- | rfbplayer/ChoosePixelFormatDialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rfbplayer/ChoosePixelFormatDialog.h b/rfbplayer/ChoosePixelFormatDialog.h index 5e54f5a6..b85d4d99 100644 --- a/rfbplayer/ChoosePixelFormatDialog.h +++ b/rfbplayer/ChoosePixelFormatDialog.h @@ -39,7 +39,6 @@ protected: SendMessage(combo, CB_ADDSTRING, 0, (LPARAM)(LPCTSTR)("8 bit depth (RGB332)")); SendMessage(combo, CB_ADDSTRING, 0, (LPARAM)(LPCTSTR)("16 bit depth (RGB655)")); SendMessage(combo, CB_ADDSTRING, 0, (LPARAM)(LPCTSTR)("24 bit depth (RGB888)")); - SendMessage(combo, CB_ADDSTRING, 0, (LPARAM)(LPCTSTR)("24 bit depth (RGB888)")); SendMessage(combo, CB_SETCURSEL, pf, 0); } virtual bool onOk() { |