diff options
author | chriszero <zerov83@gmail.com> | 2015-05-29 20:42:53 +0200 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-05-29 20:42:53 +0200 |
commit | 3ec286b742bb833ca203a9965e22d2447fe4d59f (patch) | |
tree | 53545b4962345be75dafca6752b8333bb8288b8f /browserGrid.h | |
parent | 3bb1c162515089e5f20300029095edef2c1a2387 (diff) | |
download | vdr-plugin-plex-3ec286b742bb833ca203a9965e22d2447fe4d59f.tar.gz vdr-plugin-plex-3ec286b742bb833ca203a9965e22d2447fe4d59f.tar.bz2 |
Some tweaks
Diffstat (limited to 'browserGrid.h')
-rw-r--r-- | browserGrid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/browserGrid.h b/browserGrid.h index 6d50541..a901fc7 100644 --- a/browserGrid.h +++ b/browserGrid.h @@ -49,6 +49,7 @@ private: std::shared_ptr<skindesignerapi::cViewElement> m_pWatch; int m_lastsecond; int m_viewEntryIndex; + bool m_redrawBackground; bool m_bServersAreRoot; std::vector<cServerElement> m_vServerElements; |