diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Gnome.hh | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/Gnome.hh b/src/Gnome.hh index abdd8bf..68b581e 100644 --- a/src/Gnome.hh +++ b/src/Gnome.hh | |||
@@ -19,7 +19,7 @@ | |||
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.1 2002/09/07 20:32:44 fluxgen Exp $ | 22 | // $Id: Gnome.hh,v 1.2 2002/09/08 10:57:34 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef GNOME_HH | 24 | #ifndef GNOME_HH |
25 | #define GNOME_HH | 25 | #define GNOME_HH |
@@ -65,15 +65,16 @@ public: | |||
65 | Gnome(); | 65 | Gnome(); |
66 | ~Gnome(); | 66 | ~Gnome(); |
67 | void initForScreen(const BScreen &screen); | 67 | void initForScreen(const BScreen &screen); |
68 | void setupWindow(FluxboxWindow &win); | ||
68 | 69 | ||
69 | void updateClientList(const BScreen &screen); | 70 | void updateClientList(const BScreen &screen); |
70 | void updateWorkspaceNames(const BScreen &screen); | 71 | void updateWorkspaceNames(const BScreen &screen); |
71 | void updateCurrentWorkspace(const BScreen &screen); | 72 | void updateCurrentWorkspace(const BScreen &screen); |
72 | void updateWorkspaceCount(const BScreen &screen); | 73 | void updateWorkspaceCount(const BScreen &screen); |
73 | 74 | ||
74 | void updateState(FluxboxWindow *win); | 75 | void updateState(FluxboxWindow &win); |
75 | void updateHints(FluxboxWindow *win); | 76 | void updateHints(FluxboxWindow &win); |
76 | void updateWorkspace(FluxboxWindow *win); | 77 | void updateWorkspace(FluxboxWindow &win); |
77 | 78 | ||
78 | 79 | ||
79 | bool checkClientMessage(const XClientMessageEvent &ce, BScreen *screen, FluxboxWindow *win); | 80 | bool checkClientMessage(const XClientMessageEvent &ce, BScreen *screen, FluxboxWindow *win); |