aboutsummaryrefslogtreecommitdiff
path: root/src/RootTheme.hh
diff options
context:
space:
mode:
authormarkt <markt>2006-07-13 06:45:29 (GMT)
committermarkt <markt>2006-07-13 06:45:29 (GMT)
commitd32a7af7e6540221edbf43cee7b89a36e0755a66 (patch)
treec1681b79fda33ec5fc213cabac77856e2183c83b /src/RootTheme.hh
parente44da5f926c5e61818a130071ecaa5a41d900fc2 (diff)
downloadfluxbox-d32a7af7e6540221edbf43cee7b89a36e0755a66.zip
fluxbox-d32a7af7e6540221edbf43cee7b89a36e0755a66.tar.bz2
remove lock from RootTheme and redundant loadTheme from fluxbox
Diffstat (limited to 'src/RootTheme.hh')
-rw-r--r--src/RootTheme.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/RootTheme.hh b/src/RootTheme.hh
index 7136ea0..8bd2841 100644
--- a/src/RootTheme.hh
+++ b/src/RootTheme.hh
@@ -61,14 +61,11 @@ public:
61 m_opgc.setLineAttributes(width, line_style, cap_style, join_style); 61 m_opgc.setLineAttributes(width, line_style, cap_style, join_style);
62 } 62 }
63 63
64 //!! TODO we should need this later
65 void lock(bool value) { m_lock = value; }
66private: 64private:
67 BackgroundItem *m_background;///< background image/texture 65 BackgroundItem *m_background;///< background image/texture
68 FbTk::GContext m_opgc; 66 FbTk::GContext m_opgc;
69 const std::string &m_root_command; 67 const std::string &m_root_command;
70 FbTk::ImageControl &m_image_ctrl; ///< image control for rendering background texture 68 FbTk::ImageControl &m_image_ctrl; ///< image control for rendering background texture
71 bool m_lock; ///< reconfigure lock
72 bool m_background_loaded; ///< whether or not the background is present in the style file 69 bool m_background_loaded; ///< whether or not the background is present in the style file
73 70
74}; 71};