From d4649f5f68226bf2c92415b401194a67e5749d5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20V=C3=B6llinger?= Date: Mon, 6 Jan 2014 12:00:02 +0100 Subject: Performance improvements Fixes some OSD Bugs Fixes bug in loading settings --- ambiservice.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ambiservice.h') diff --git a/ambiservice.h b/ambiservice.h index 3e08c2a..793b782 100644 --- a/ambiservice.h +++ b/ambiservice.h @@ -25,7 +25,8 @@ class cAmbiService public: enum Cinebars - { + { + cbNone, cbHorizontal, cbVertical, cbBoth, @@ -42,9 +43,8 @@ class cAmbiService }; // static - - static const char* toName(ViewMode vm); static const char* viewModes[]; + static const char* cineBars[]; }; #endif // __AMBI_SERVICE_H -- cgit v1.2.3