diff options
Diffstat (limited to 'src/Toolbar.hh')
-rw-r--r-- | src/Toolbar.hh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Toolbar.hh b/src/Toolbar.hh index 9ed481b..8905655 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.26 2003/03/03 21:51:08 rathnor Exp $ | 25 | // $Id: Toolbar.hh,v 1.27 2003/04/16 13:43:48 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef TOOLBAR_HH | 27 | #ifndef TOOLBAR_HH |
28 | #define TOOLBAR_HH | 28 | #define TOOLBAR_HH |
@@ -37,10 +37,11 @@ | |||
37 | #include "XLayer.hh" | 37 | #include "XLayer.hh" |
38 | #include "XLayerItem.hh" | 38 | #include "XLayerItem.hh" |
39 | #include "LayerMenu.hh" | 39 | #include "LayerMenu.hh" |
40 | #include "fluxbox.hh" | ||
40 | 41 | ||
41 | #include <memory> | 42 | #include <memory> |
42 | 43 | ||
43 | 44 | class BScreen; | |
44 | namespace FbTk { | 45 | namespace FbTk { |
45 | class ImageControl; | 46 | class ImageControl; |
46 | }; | 47 | }; |
@@ -86,7 +87,7 @@ public: | |||
86 | inline FbTk::Menu &layermenu() { return m_layermenu; } | 87 | inline FbTk::Menu &layermenu() { return m_layermenu; } |
87 | inline const FbTk::Menu &layermenu() const { return m_layermenu; } | 88 | inline const FbTk::Menu &layermenu() const { return m_layermenu; } |
88 | 89 | ||
89 | void moveToLayer(int layernum) { m_layeritem.moveToLayer(layernum); } | 90 | void moveToLayer(int layernum); |
90 | 91 | ||
91 | FbTk::XLayerItem &getLayerItem() { return m_layeritem; } | 92 | FbTk::XLayerItem &getLayerItem() { return m_layeritem; } |
92 | 93 | ||