From ae482595675a498b9935784284ce1f5d4374aff9 Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Wed, 17 Dec 2003 01:21:49 +0000
Subject: cleaning

---
 src/Window.hh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/Window.hh b/src/Window.hh
index d8a1ec5..c4a7a25 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -22,7 +22,7 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-// $Id: Window.hh,v 1.102 2003/12/16 23:28:36 fluxgen Exp $
+// $Id: Window.hh,v 1.103 2003/12/17 01:21:49 fluxgen Exp $
 
 #ifndef	 WINDOW_HH
 #define	 WINDOW_HH
@@ -51,7 +51,7 @@ class TextButton;
 class MenuTheme;
 class ImageControl;
 class XLayer;
-};
+}
 
 /// Creates the window frame and handles any window event for it
 class FluxboxWindow: public FbTk::EventHandler {
@@ -433,7 +433,7 @@ private:
     Decoration m_old_decoration;
 
     ClientList m_clientlist;
-    WinClient *m_client;
+    WinClient *m_client; ///< current client
     typedef std::map<WinClient *, FbTk::TextButton *> Client2ButtonMap;
     Client2ButtonMap m_labelbuttons;
 
-- 
cgit v0.11.2