diff options
author | fluxgen <fluxgen> | 2003-05-15 11:17:29 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-05-15 11:17:29 (GMT) |
commit | cbce8634dde14fd7000fde92e86f4bd4bf3525c2 (patch) | |
tree | b3be6c129906ecb67114616d761184cf3375c891 /src/Toolbar.hh | |
parent | 93220b5f1abee3057b292abb958a437ebbc707b4 (diff) | |
download | fluxbox-cbce8634dde14fd7000fde92e86f4bd4bf3525c2.zip fluxbox-cbce8634dde14fd7000fde92e86f4bd4bf3525c2.tar.bz2 |
cleaning in FluxboxWindow interface
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 0fc7b88..4349ea7 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.30 2003/05/10 13:55:57 fluxgen Exp $ | 25 | // $Id: Toolbar.hh,v 1.31 2003/05/15 11:17:27 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef TOOLBAR_HH | 27 | #ifndef TOOLBAR_HH |
28 | #define TOOLBAR_HH | 28 | #define TOOLBAR_HH |
@@ -87,7 +87,7 @@ public: | |||
87 | 87 | ||
88 | void moveToLayer(int layernum); | 88 | void moveToLayer(int layernum); |
89 | 89 | ||
90 | FbTk::XLayerItem &getLayerItem() { return m_layeritem; } | 90 | FbTk::XLayerItem &layerItem() { return m_layeritem; } |
91 | 91 | ||
92 | /// are we in workspacename editing? | 92 | /// are we in workspacename editing? |
93 | inline bool isEditing() const { return editing; } | 93 | inline bool isEditing() const { return editing; } |