On Thu, 2002-02-21 at 11:28, Christian Seberino wrote: > gint drawPlots(); [...] > gtk_idle_add(drawPlots, NULL);
Make that "gint drawPlots(gpointer data)", where data is the pointer you give as second argument in the gtk_idle_add() function (in your case: NULL). Ronald -- - .-. - /V\ | Ronald Bultje <[EMAIL PROTECTED]> - // \\ | Running: Linux 2.4.17-XFS and OpenBSD 3.0 - /( )\ | http://ronald.bitfreak.net/ - ^^-^^ _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
