diff options
-rw-r--r-- | src/Gnome.hh | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Gnome.hh b/src/Gnome.hh index 1275b90..d0968cf 100644 --- a/src/Gnome.hh +++ b/src/Gnome.hh | |||
@@ -1,5 +1,5 @@ | |||
1 | // Gnome.hh for fluxbox | 1 | // Gnome.hh for fluxbox |
2 | // Copyright (c) 2002 Henrik Kinnunen (fluxgen@fluxbox.org) | 2 | // Copyright (c) 2002 - 2004 Henrik Kinnunen (fluxgen<at>fluxbox.org) |
3 | // | 3 | // |
4 | // Permission is hereby granted, free of charge, to any person obtaining a | 4 | // Permission is hereby granted, free of charge, to any person obtaining a |
5 | // copy of this software and associated documentation files (the "Software"), | 5 | // copy of this software and associated documentation files (the "Software"), |
@@ -13,13 +13,13 @@ | |||
13 | // | 13 | // |
14 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 14 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
15 | // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 15 | // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
16 | // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | 16 | // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
17 | // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | 17 | // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
18 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | 18 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: Gnome.hh,v 1.10 2003/07/28 15:06:33 rathnor Exp $ | 22 | // $Id: Gnome.hh,v 1.11 2004/01/19 18:27:17 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef GNOME_HH | 24 | #ifndef GNOME_HH |
25 | #define GNOME_HH | 25 | #define GNOME_HH |
@@ -68,6 +68,8 @@ public: | |||
68 | void setupFrame(FluxboxWindow &win); | 68 | void setupFrame(FluxboxWindow &win); |
69 | void setupClient(WinClient &winclient) {} | 69 | void setupClient(WinClient &winclient) {} |
70 | 70 | ||
71 | void updateWorkarea(BScreen &) { } | ||
72 | void updateFocusedWindow(BScreen &, Window) { } | ||
71 | void updateClientList(BScreen &screen); | 73 | void updateClientList(BScreen &screen); |
72 | void updateWorkspaceNames(BScreen &screen); | 74 | void updateWorkspaceNames(BScreen &screen); |
73 | void updateCurrentWorkspace(BScreen &screen); | 75 | void updateCurrentWorkspace(BScreen &screen); |