From 299083652681234304b3ee62c6aadc61a277e442 Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Sun, 8 Sep 2002 10:57:34 +0000
Subject: [PATCH] referenses

---
 src/Gnome.hh | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/Gnome.hh b/src/Gnome.hh
index abdd8bfa..68b581ea 100644
--- a/src/Gnome.hh
+++ b/src/Gnome.hh
@@ -19,7 +19,7 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-// $Id: Gnome.hh,v 1.1 2002/09/07 20:32:44 fluxgen Exp $
+// $Id: Gnome.hh,v 1.2 2002/09/08 10:57:34 fluxgen Exp $
 
 #ifndef GNOME_HH
 #define GNOME_HH
@@ -65,15 +65,16 @@ public:
 	Gnome();
 	~Gnome();
 	void initForScreen(const BScreen &screen);
+	void setupWindow(FluxboxWindow &win);
 
 	void updateClientList(const BScreen &screen);
 	void updateWorkspaceNames(const BScreen &screen);
 	void updateCurrentWorkspace(const BScreen &screen);
 	void updateWorkspaceCount(const BScreen &screen);
 
-	void updateState(FluxboxWindow *win);
-	void updateHints(FluxboxWindow *win);
-	void updateWorkspace(FluxboxWindow *win);
+	void updateState(FluxboxWindow &win);
+	void updateHints(FluxboxWindow &win);
+	void updateWorkspace(FluxboxWindow &win);
 
 
 	bool checkClientMessage(const XClientMessageEvent &ce, BScreen *screen, FluxboxWindow *win);