aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-01-05 23:42:27 (GMT)
committerfluxgen <fluxgen>2003-01-05 23:42:27 (GMT)
commit33dbf7cc0f1deda525124c001f3e91faa093c6d0 (patch)
treef9cf9dc839dd7dbce2a45b1fb16e63f62b2cce4c /src/Slit.hh
parent28ec63785617dac8a6afe5eb6692b80d7fe8b03a (diff)
downloadfluxbox-33dbf7cc0f1deda525124c001f3e91faa093c6d0.zip
fluxbox-33dbf7cc0f1deda525124c001f3e91faa093c6d0.tar.bz2
minor comments
Diffstat (limited to 'src/Slit.hh')
-rw-r--r--src/Slit.hh9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/Slit.hh b/src/Slit.hh
index 335e921..9141350 100644
--- a/src/Slit.hh
+++ b/src/Slit.hh
@@ -1,8 +1,8 @@
1// Slit.hh for Fluxbox 1// Slit.hh for Fluxbox
2// Copyright (c) 2002 Henrik Kinnunen (fluxgen@linuxmail.org) 2// Copyright (c) 2002 - 2003 Henrik Kinnunen (fluxgen at users.sourceforge.net)
3// 3//
4// Slit.hh for Blackbox - an X11 Window manager 4// Slit.hh for Blackbox - an X11 Window manager
5// Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net) 5// Copyright (c) 1997 - 2000 Brad Hughes (bhughes at tcac.net)
6// 6//
7// Permission is hereby granted, free of charge, to any person obtaining a 7// Permission is hereby granted, free of charge, to any person obtaining a
8// copy of this software and associated documentation files (the "Software"), 8// copy of this software and associated documentation files (the "Software"),
@@ -22,6 +22,8 @@
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.16 2003/01/05 23:42:27 fluxgen Exp $
26
25#ifndef SLIT_HH 27#ifndef SLIT_HH
26#define SLIT_HH 28#define SLIT_HH
27 29
@@ -37,6 +39,7 @@
37// forward declaration 39// forward declaration
38class Slit; 40class Slit;
39 41
42/// menu in slit
40class Slitmenu : public Basemenu { 43class Slitmenu : public Basemenu {
41public: 44public:
42 explicit Slitmenu(Slit &theslist); 45 explicit Slitmenu(Slit &theslist);
@@ -102,7 +105,7 @@ private:
102 friend class Placementmenu; 105 friend class Placementmenu;
103}; 106};
104 107
105 108/// Handles dock apps
106class Slit : public TimeoutHandler { 109class Slit : public TimeoutHandler {
107public: 110public:
108 explicit Slit(BScreen *screen); 111 explicit Slit(BScreen *screen);