diff options
author | chriszero <zerov83@gmail.com> | 2015-04-05 22:33:05 +0200 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-04-05 22:33:05 +0200 |
commit | f3d792a866ba602458d5d6c521bafa66e56a5528 (patch) | |
tree | 8a0b9c52ca97635cbd682468f629784d0d5b2d6c /browserGrid.h | |
parent | f7f62b7ff1f12c1563a04560ad87d2f92a3e0af9 (diff) | |
download | vdr-plugin-plex-f3d792a866ba602458d5d6c521bafa66e56a5528.tar.gz vdr-plugin-plex-f3d792a866ba602458d5d6c521bafa66e56a5528.tar.bz2 |
Fixes some concurency bugs
Diffstat (limited to 'browserGrid.h')
-rw-r--r-- | browserGrid.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/browserGrid.h b/browserGrid.h index b91c30c..2eed86c 100644 --- a/browserGrid.h +++ b/browserGrid.h @@ -60,6 +60,8 @@ public: void SwitchGrid(ePlexMenuTab currentTab); virtual eOSState NavigateSelect(); virtual eOSState NavigateBack(); + void NextTab(); + void PrevTab(); virtual void Flush(); }; |