aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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