diff options
author | scop <scop> | 2005-08-01 17:45:33 +0000 |
---|---|---|
committer | scop <scop> | 2005-08-01 17:45:33 +0000 |
commit | e1a64074adfcf0b075f0267aa8b06810d96de7b8 (patch) | |
tree | bc28c8c12f955d67fc2400f9debcabbb0712e8dc /dxr3.h | |
parent | 87405c497570c356759c51674eb856902338eb80 (diff) | |
download | vdr-plugin-dxr3-e1a64074adfcf0b075f0267aa8b06810d96de7b8.tar.gz vdr-plugin-dxr3-e1a64074adfcf0b075f0267aa8b06810d96de7b8.tar.bz2 |
Move OSD flush rate setting to UI.
Diffstat (limited to 'dxr3.h')
-rw-r--r-- | dxr3.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ private: int newVideoMode; const char *menuVideoModes[3]; int newHideMenu; + int newOsdFlushRate; }; |