comparison 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
comparison
equal deleted inserted replaced
11828:5c50be815a4e 11829:4669e7461968
67 GdkColor DefaultColor[PALETTE_NUM_COLORS]; 67 GdkColor DefaultColor[PALETTE_NUM_COLORS];
68 */ 68 */
69 69
70 static gboolean LocalShutdownRequest; 70 static gboolean LocalShutdownRequest;
71 71
72 static int LastX; // Tracks last position of the mouse when drawing 72 static int LastX; /* Tracks last position of the mouse when drawing */
73 static int LastY; 73 static int LastY;
74 static int MotionCount; // Tracks how many brush motions made 74 static int MotionCount; /* Tracks how many brush motions made */
75 static int BrushState = BRUSH_STATE_UP; 75 static int BrushState = BRUSH_STATE_UP;
76 76
77 static GaimWhiteboardUiOps ui_ops = 77 static GaimWhiteboardUiOps ui_ops =
78 { 78 {
79 gaim_gtk_whiteboard_create, 79 gaim_gtk_whiteboard_create,