diff options
author | Christian <zerov83@gmail.com> | 2016-03-09 21:24:36 +0100 |
---|---|---|
committer | Christian <zerov83@gmail.com> | 2016-03-09 21:24:36 +0100 |
commit | 0049f41e432de2018bc1111b0e3fc0c5920ab7e8 (patch) | |
tree | 2ece5e38ec9ba7d7cb9ee58887b30c2de866ea85 /plexSdOsd.h | |
parent | 36e3c6837bb338faf61fffd6888bdca2354a1bbc (diff) | |
download | vdr-plugin-plex-0049f41e432de2018bc1111b0e3fc0c5920ab7e8.tar.gz vdr-plugin-plex-0049f41e432de2018bc1111b0e3fc0c5920ab7e8.tar.bz2 |
Fixes for DetailView
Diffstat (limited to 'plexSdOsd.h')
-rw-r--r-- | plexSdOsd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plexSdOsd.h b/plexSdOsd.h index 73c7885..fe1b69b 100644 --- a/plexSdOsd.h +++ b/plexSdOsd.h @@ -46,7 +46,9 @@ public: cPlexSdOsd(skindesignerapi::cPluginStructure *plugStruct); ~cPlexSdOsd(); virtual void Show(void); - virtual eOSState ProcessKey(eKeys Key); + virtual eOSState ProcessKey(eKeys Key); + eOSState ProcessKeyDetailView(eKeys Key); + eOSState ProcessKeyBrowserView(eKeys Key); bool SdSupport(); static cMutex RedrawMutex; |