aboutsummaryrefslogtreecommitdiff
path: root/src/Configmenu.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-01-09 14:11:20 (GMT)
committerfluxgen <fluxgen>2002-01-09 14:11:20 (GMT)
commite0969658986378d0d79b990a9862e5c0e3aff911 (patch)
tree2d50f61d27b3e7e7d0a99bcdb938797486ad3fdb /src/Configmenu.hh
parenta7e1cc466ae291852dd1f0c296417250483b137c (diff)
downloadfluxbox-e0969658986378d0d79b990a9862e5c0e3aff911.zip
fluxbox-e0969658986378d0d79b990a9862e5c0e3aff911.tar.bz2
updated copyright date and added id-tags
Diffstat (limited to 'src/Configmenu.hh')
-rw-r--r--src/Configmenu.hh6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Configmenu.hh b/src/Configmenu.hh
index 4713634..28adafb 100644
--- a/src/Configmenu.hh
+++ b/src/Configmenu.hh
@@ -1,3 +1,6 @@
1// Configmenu.hh for Fluxbox Window Manager
2// Copyright (c) 2001 - 2002 Henrik Kinnunen (fluxgen@linuxmail.org)
3//
1// Configmenu.hh for Blackbox - An X11 Window Manager 4// Configmenu.hh for Blackbox - An X11 Window Manager
2// Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net) 5// Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net)
3// 6//
@@ -19,6 +22,8 @@
19// 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
20// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
21 24
25// $Id: Configmenu.hh,v 1.2 2002/01/09 14:11:20 fluxgen Exp $
26
22#ifndef _CONFIGMENU_HH_ 27#ifndef _CONFIGMENU_HH_
23#define _CONFIGMENU_HH_ 28#define _CONFIGMENU_HH_
24 29
@@ -29,7 +34,6 @@ class Configmenu;
29#include "Screen.hh" 34#include "Screen.hh"
30#include "fluxbox.hh" 35#include "fluxbox.hh"
31 36
32
33class Configmenu : public Basemenu { 37class Configmenu : public Basemenu {
34private: 38private:
35 class Focusmenu : public Basemenu { 39 class Focusmenu : public Basemenu {