diff options
author | fluxgen <fluxgen> | 2006-02-20 21:04:35 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-02-20 21:04:35 (GMT) |
commit | 369b4e1b92491aa57b0bf430b89bf732b80fa6a4 (patch) | |
tree | 2bf00a93ad1c195ef7d446e8989069f218a2cd47 /src/Toolbar.hh | |
parent | 2566d84561ce9f5ecaf1adcce97eb578747034e3 (diff) | |
download | fluxbox-369b4e1b92491aa57b0bf430b89bf732b80fa6a4.zip fluxbox-369b4e1b92491aa57b0bf430b89bf732b80fa6a4.tar.bz2 |
moved class Layer from class Fluxbox and thus reduces some dependecies
Diffstat (limited to 'src/Toolbar.hh')
-rw-r--r-- | src/Toolbar.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Toolbar.hh b/src/Toolbar.hh index fb4aacd..7fde897 100644 --- a/src/Toolbar.hh +++ b/src/Toolbar.hh | |||
@@ -31,7 +31,7 @@ | |||
31 | #include "LayerMenu.hh" | 31 | #include "LayerMenu.hh" |
32 | #include "ToolFactory.hh" | 32 | #include "ToolFactory.hh" |
33 | #include "ToolTheme.hh" | 33 | #include "ToolTheme.hh" |
34 | #include "fluxbox.hh" | 34 | #include "Layer.hh" |
35 | 35 | ||
36 | #include "FbTk/Timer.hh" | 36 | #include "FbTk/Timer.hh" |
37 | #include "FbTk/Resource.hh" | 37 | #include "FbTk/Resource.hh" |
@@ -183,7 +183,7 @@ private: | |||
183 | FbTk::Resource<bool> m_rc_auto_hide, m_rc_maximize_over, m_rc_visible; | 183 | FbTk::Resource<bool> m_rc_auto_hide, m_rc_maximize_over, m_rc_visible; |
184 | FbTk::Resource<int> m_rc_width_percent; | 184 | FbTk::Resource<int> m_rc_width_percent; |
185 | FbTk::Resource<int> m_rc_alpha; | 185 | FbTk::Resource<int> m_rc_alpha; |
186 | FbTk::Resource<Fluxbox::Layer> m_rc_layernum; | 186 | FbTk::Resource<Layer> m_rc_layernum; |
187 | FbTk::Resource<int> m_rc_on_head; | 187 | FbTk::Resource<int> m_rc_on_head; |
188 | FbTk::Resource<Placement> m_rc_placement; | 188 | FbTk::Resource<Placement> m_rc_placement; |
189 | FbTk::Resource<int> m_rc_height; | 189 | FbTk::Resource<int> m_rc_height; |