aboutsummaryrefslogtreecommitdiff
path: root/src/RootTheme.hh
diff options
context:
space:
mode:
authormarkt <markt>2006-08-13 00:39:46 (GMT)
committermarkt <markt>2006-08-13 00:39:46 (GMT)
commitf3ab9e6b131fe2fb5cac4bcdbde8dbb9df51fff2 (patch)
treea8f805f42c510ae48553a74d59ecf183c0178c43 /src/RootTheme.hh
parent1ef653cd9333aabcdecb4e69b3797edb46bf0d42 (diff)
downloadfluxbox-f3ab9e6b131fe2fb5cac4bcdbde8dbb9df51fff2.zip
fluxbox-f3ab9e6b131fe2fb5cac4bcdbde8dbb9df51fff2.tar.bz2
silly warnings
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