summaryrefslogtreecommitdiff
path: root/dxr3configdata.h
diff options
context:
space:
mode:
authorscop <scop>2005-08-01 17:45:33 +0000
committerscop <scop>2005-08-01 17:45:33 +0000
commite1a64074adfcf0b075f0267aa8b06810d96de7b8 (patch)
treebc28c8c12f955d67fc2400f9debcabbb0712e8dc /dxr3configdata.h
parent87405c497570c356759c51674eb856902338eb80 (diff)
downloadvdr-plugin-dxr3-e1a64074adfcf0b075f0267aa8b06810d96de7b8.tar.gz
vdr-plugin-dxr3-e1a64074adfcf0b075f0267aa8b06810d96de7b8.tar.bz2
Move OSD flush rate setting to UI.
Diffstat (limited to 'dxr3configdata.h')
-rw-r--r--dxr3configdata.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/dxr3configdata.h b/dxr3configdata.h
index e13eb53..13d4a31 100644
--- a/dxr3configdata.h
+++ b/dxr3configdata.h
@@ -138,6 +138,15 @@ public:
return m_hidemenu = value;
}
+ unsigned int GetOsdFlushRate() const
+ {
+ return (unsigned) m_osdflushrate;
+ }
+ int SetOsdFlushRate(int value)
+ {
+ return m_osdflushrate = value;
+ }
+
protected:
eVideoMode m_videomode;
eMenuMode m_menumode;
@@ -150,6 +159,7 @@ protected:
int m_contrast;
int m_saturation;
int m_hidemenu;
+ int m_osdflushrate;
};
#endif /*_DXR3_CONFIGDATA_H_*/