From 086ee7d26617da471434971aa26a584996900824 Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Wed, 2 Oct 2002 16:11:30 +0000
Subject: minor comments

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

diff --git a/src/Window.hh b/src/Window.hh
index 80b7003..483c52d 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.31 2002/09/08 19:49:39 fluxgen Exp $
+// $Id: Window.hh,v 1.32 2002/10/02 16:11:30 fluxgen Exp $
 
 #ifndef	 WINDOW_HH
 #define	 WINDOW_HH
@@ -182,7 +182,10 @@ public:
 	void showMenu(int mx, int my);	
 	void pauseMoving();
 	void resumeMoving();
-
+	/**
+		@name event handlers
+	*/
+	//@{
 	void buttonPressEvent(XButtonEvent *be);
 	void buttonReleaseEvent(XButtonEvent *be);
 	void motionNotifyEvent(XMotionEvent *me);
@@ -193,7 +196,8 @@ public:
 	void propertyNotifyEvent(Atom a);
 	void exposeEvent(XExposeEvent *ee);
 	void configureRequestEvent(XConfigureRequestEvent *ce);
-	
+	//@}
+
 	void setDecoration(Decoration decoration);
 	void toggleDecoration();
 	
-- 
cgit v0.11.2