diff options
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r-- | src/fluxbox.cc | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index 4a8bb0c..1e09ef2 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc | |||
@@ -1,8 +1,8 @@ | |||
1 | // fluxbox.cc for Fluxbox Window Manager | 1 | // fluxbox.cc for Fluxbox Window Manager |
2 | // Copyright (c) 2001 - 2002 Henrik Kinnunen (fluxgen@linuxmail.org) | 2 | // Copyright (c) 2001 - 2003 Henrik Kinnunen (fluxgen at users.sourceforge.net) |
3 | // | 3 | // |
4 | // blackbox.cc for blackbox - an X11 Window manager | 4 | // blackbox.cc 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"), |
@@ -16,13 +16,13 @@ | |||
16 | // | 16 | // |
17 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 17 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
18 | // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 18 | // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
19 | // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | 19 | // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
20 | // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | 20 | // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
21 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | 21 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
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: fluxbox.cc,v 1.88 2003/01/05 22:41:21 fluxgen Exp $ | 25 | // $Id: fluxbox.cc,v 1.89 2003/01/09 18:30:49 fluxgen Exp $ |
26 | 26 | ||
27 | 27 | ||
28 | #include "fluxbox.hh" | 28 | #include "fluxbox.hh" |
@@ -30,7 +30,6 @@ | |||
30 | #include "i18n.hh" | 30 | #include "i18n.hh" |
31 | #include "Basemenu.hh" | 31 | #include "Basemenu.hh" |
32 | #include "Clientmenu.hh" | 32 | #include "Clientmenu.hh" |
33 | #include "Rootmenu.hh" | ||
34 | #include "Screen.hh" | 33 | #include "Screen.hh" |
35 | #include "Toolbar.hh" | 34 | #include "Toolbar.hh" |
36 | #include "Window.hh" | 35 | #include "Window.hh" |
@@ -48,7 +47,7 @@ | |||
48 | #define _GNU_SOURCE | 47 | #define _GNU_SOURCE |
49 | #endif // _GNU_SOURCE | 48 | #endif // _GNU_SOURCE |
50 | 49 | ||
51 | #ifdef HAVE_CONFIG_H | 50 | #ifdef HAVE_CONFIG_H |
52 | #include "../config.h" | 51 | #include "../config.h" |
53 | #endif // HAVE_CONFIG_H | 52 | #endif // HAVE_CONFIG_H |
54 | 53 | ||