>Hello i have a big question : why the seguent code run >ok under gtk 1.2 but crash under gtk 2.0? >I have notice many other problem with thread >sincronism. 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?
first guess: your main thread isn't using gdk_thread_enter/leave. --p _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
