diff options
Diffstat (limited to 'src/Toolbar.hh')
-rw-r--r-- | src/Toolbar.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Toolbar.hh b/src/Toolbar.hh index b6732f4..59b1600 100644 --- a/src/Toolbar.hh +++ b/src/Toolbar.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Toolbar.hh,v 1.37 2003/07/10 11:45:22 fluxgen Exp $ | 25 | // $Id: Toolbar.hh,v 1.38 2003/07/10 15:52:58 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef TOOLBAR_HH | 27 | #ifndef TOOLBAR_HH |
28 | #define TOOLBAR_HH | 28 | #define TOOLBAR_HH |
@@ -36,6 +36,7 @@ | |||
36 | #include "XLayer.hh" | 36 | #include "XLayer.hh" |
37 | #include "XLayerItem.hh" | 37 | #include "XLayerItem.hh" |
38 | #include "LayerMenu.hh" | 38 | #include "LayerMenu.hh" |
39 | #include "Resource.hh" | ||
39 | 40 | ||
40 | #include <memory> | 41 | #include <memory> |
41 | 42 | ||
@@ -201,7 +202,7 @@ private: | |||
201 | 202 | ||
202 | Strut *m_strut; ///< created and destroyed by BScreen | 203 | Strut *m_strut; ///< created and destroyed by BScreen |
203 | // resources | 204 | // resources |
204 | FbTk::Resource<bool> m_rc_auto_hide; | 205 | FbTk::Resource<bool> m_rc_auto_hide, m_rc_maximize_over; |
205 | FbTk::Resource<int> m_rc_width_percent; | 206 | FbTk::Resource<int> m_rc_width_percent; |
206 | FbTk::Resource<Fluxbox::Layer> m_rc_layernum; | 207 | FbTk::Resource<Fluxbox::Layer> m_rc_layernum; |
207 | FbTk::Resource<int> m_rc_on_head; | 208 | FbTk::Resource<int> m_rc_on_head; |