summaryrefslogtreecommitdiff
path: root/plexSdOsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'plexSdOsd.h')
-rw-r--r--plexSdOsd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/plexSdOsd.h b/plexSdOsd.h
index 433522b..2cc5508 100644
--- a/plexSdOsd.h
+++ b/plexSdOsd.h
@@ -35,6 +35,12 @@ enum eViewGrids {
vgBrowser
};
+enum eViewElementsDetail {
+ vedBackground,
+ vedHeader,
+ vedFooter
+};
+
class cPlexSdOsd : public cSkindesignerOsdObject
{
private:
@@ -53,6 +59,7 @@ public:
virtual void Show(void);
virtual eOSState ProcessKey(eKeys Key);
+ bool SdSupport();
static cMutex RedrawMutex;
};