diff -r a4bf634fc3d4 -r 8d89f3c00831 src/gtkwhiteboard.c --- 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 =