aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-04-25 10:45:02 (GMT)
committerfluxgen <fluxgen>2003-04-25 10:45:02 (GMT)
commitf679f26f80a8a54d4041ea8f8f0fb87ab076d478 (patch)
tree614d975c334833e761597305affb522b35f3eeab /src/Slit.hh
parentdd7755ae01f04601eef1d633075cd488ff89c668 (diff)
downloadfluxbox-f679f26f80a8a54d4041ea8f8f0fb87ab076d478.zip
fluxbox-f679f26f80a8a54d4041ea8f8f0fb87ab076d478.tar.bz2
fixed SlitTheme
Diffstat (limited to 'src/Slit.hh')
-rw-r--r--src/Slit.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Slit.hh b/src/Slit.hh
index 645ba1d..f335e34 100644
--- a/src/Slit.hh
+++ b/src/Slit.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: Slit.hh,v 1.22 2003/04/16 16:18:05 rathnor Exp $ 25/// $Id: Slit.hh,v 1.23 2003/04/25 10:45:02 fluxgen Exp $
26 26
27#ifndef SLIT_HH 27#ifndef SLIT_HH
28#define SLIT_HH 28#define SLIT_HH
@@ -41,6 +41,7 @@
41#include <string> 41#include <string>
42#include <memory> 42#include <memory>
43 43
44class SlitTheme;
44class SlitClient; 45class SlitClient;
45class BScreen; 46class BScreen;
46 47
@@ -142,6 +143,7 @@ private:
142 Atom kwm1_dockwindow, kwm2_dockwindow; 143 Atom kwm1_dockwindow, kwm2_dockwindow;
143 144
144 std::auto_ptr<FbTk::XLayerItem> m_layeritem; 145 std::auto_ptr<FbTk::XLayerItem> m_layeritem;
146 std::auto_ptr<SlitTheme> m_slit_theme;
145}; 147};
146 148
147 149