diff src/gtkwhiteboard.c @ 11829:4669e7461968

[gaim-migrate @ 14120] Regular comment changes. I'm sorry to force a big recompilation. It had to be done at some point, though, and I've tried to do this all in one day. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 26 Oct 2005 00:34:26 +0000
parents 2e3a6dcebaf3
children 2219f4bf4a57
line wrap: on
line diff
--- a/src/gtkwhiteboard.c	Wed Oct 26 00:33:21 2005 +0000
+++ b/src/gtkwhiteboard.c	Wed Oct 26 00:34:26 2005 +0000
@@ -69,9 +69,9 @@
 
 static gboolean			LocalShutdownRequest;
 
-static int			LastX;			// Tracks last position of the mouse when drawing
+static int			LastX;			/* Tracks last position of the mouse when drawing */
 static int			LastY;
-static int			MotionCount;		// Tracks how many brush motions made
+static int			MotionCount;		/* Tracks how many brush motions made */
 static int			BrushState		= BRUSH_STATE_UP;
 
 static GaimWhiteboardUiOps 	ui_ops			=