Hi, Matteo Frigerio <[EMAIL PROTECTED]> writes:
> For an example if i make a thread that create some widget in a > window i occurs in a sync error. Seem that gtk ignore > gdk_thread_enter()/leave(). I apply the fix suggested in a previus > mail (modify gdkwindow.c) but there is no change. There is a bug fix > ? or i make an error in thread management? yes, you forgot to enclose gtk_main() in a gdk_threads_enter/leave pair. Salut, Sven _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
