src/gtkwhiteboard.c

changeset 11829
8d89f3c00831
parent 11802
b97b3fea95ce
child 11914
81ac838f3824
--- 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			=

mercurial