diff options
-rw-r--r-- | src/Slit.hh | 9 |
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 |
38 | class Slit; | 40 | class Slit; |
39 | 41 | ||
42 | /// menu in slit | ||
40 | class Slitmenu : public Basemenu { | 43 | class Slitmenu : public Basemenu { |
41 | public: | 44 | public: |
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 | |
106 | class Slit : public TimeoutHandler { | 109 | class Slit : public TimeoutHandler { |
107 | public: | 110 | public: |
108 | explicit Slit(BScreen *screen); | 111 | explicit Slit(BScreen *screen); |