Re: Xlib: unexpected async reply

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi

Try

gdk_threads_enter()

// do your gdk / gtk calls

// Process pending events of the main loop
while( gtk_events_pending() )
       gtk_main_iteration();

gdk_threads_leave()

If you still get Xlib async errors, there are some more unprotected gtk /
gdk calls or you found a real bug... If you use g_timeout or g_idle you
need to protect gdk / gtk calls too.

HTH

Jan-Marek
_______________________________________________

gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux