diff pidgin/gtkwhiteboard.c @ 16681:fbf111436896

Patch from John 'rekkanoryo' Bailey to add the padding struct members in pidgin
author Gary Kramlich <grim@reaperworld.com>
date Mon, 30 Apr 2007 01:18:28 +0000
parents 66dff3dfdea6
children 92c3c2eeba87
line wrap: on
line diff
--- a/pidgin/gtkwhiteboard.c	Mon Apr 30 01:08:22 2007 +0000
+++ b/pidgin/gtkwhiteboard.c	Mon Apr 30 01:18:28 2007 +0000
@@ -85,7 +85,11 @@
 	pidgin_whiteboard_set_brush,
 	pidgin_whiteboard_draw_brush_point,
 	pidgin_whiteboard_draw_brush_line,
-	pidgin_whiteboard_clear
+	pidgin_whiteboard_clear,
+	NULL,
+	NULL,
+	NULL,
+	NULL
 };
 
 /******************************************************************************