summaryrefslogtreecommitdiff
path: root/osdmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdmenu.h')
-rw-r--r--osdmenu.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/osdmenu.h b/osdmenu.h
index 5c8163b..9169dc0 100644
--- a/osdmenu.h
+++ b/osdmenu.h
@@ -7,8 +7,14 @@
class myOsdMenu : public cOsdMenu
{
private:
+ int Gamma, Brightness, Smooth;
+ int ProfileIndex;
+
int LastGamma, LastBrightness, LastSmooth;
int LastStatus, LastMode;
+ int LastProfileIndex;
+
+ cStringList Profiles;
void MySetHelp(void);
public:
@@ -19,4 +25,4 @@ public:
};
-#endif \ No newline at end of file
+#endif