aboutsummaryrefslogtreecommitdiff
path: root/src/RootTheme.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/RootTheme.hh')
-rw-r--r--src/RootTheme.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RootTheme.hh b/src/RootTheme.hh
index 7c1f8b5..24e9d36 100644
--- a/src/RootTheme.hh
+++ b/src/RootTheme.hh
@@ -68,8 +68,8 @@ private:
68 FbTk::GContext m_opgc; 68 FbTk::GContext m_opgc;
69 const std::string &m_root_command; 69 const std::string &m_root_command;
70 FbTk::ImageControl &m_image_ctrl; ///< image control for rendering background texture 70 FbTk::ImageControl &m_image_ctrl; ///< image control for rendering background texture
71 bool m_background_loaded; ///< whether or not the background is present in the style file
72 bool m_already_set; 71 bool m_already_set;
72 bool m_background_loaded; ///< whether or not the background is present in the style file
73 73
74}; 74};
75 75