diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/RootTheme.hh | 2 |
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 | ||