From 33dbf7cc0f1deda525124c001f3e91faa093c6d0 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sun, 5 Jan 2003 23:42:27 +0000 Subject: minor comments --- src/Slit.hh | 9 ++++++--- 1 file 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 @@ // Slit.hh for Fluxbox -// Copyright (c) 2002 Henrik Kinnunen (fluxgen@linuxmail.org) +// Copyright (c) 2002 - 2003 Henrik Kinnunen (fluxgen at users.sourceforge.net) // // Slit.hh for Blackbox - an X11 Window manager -// Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net) +// Copyright (c) 1997 - 2000 Brad Hughes (bhughes at tcac.net) // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), @@ -22,6 +22,8 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. +/// $Id: Slit.hh,v 1.16 2003/01/05 23:42:27 fluxgen Exp $ + #ifndef SLIT_HH #define SLIT_HH @@ -37,6 +39,7 @@ // forward declaration class Slit; +/// menu in slit class Slitmenu : public Basemenu { public: explicit Slitmenu(Slit &theslist); @@ -102,7 +105,7 @@ private: friend class Placementmenu; }; - +/// Handles dock apps class Slit : public TimeoutHandler { public: explicit Slit(BScreen *screen); -- cgit v0.11.2