Xlib, thread and gnome

2006-05-15 Thread Fernando ApesteguĂ­a
regards. PS: I'm not an expert at all... if I'm wrong, my apologies for all of the list :) -- Forwarded message -- From: nik600 <[EMAIL PROTECTED]> Date: 15-may-2006 14:12 Subject: Xlib, thread and gnome To: gtk-app-devel-list@gnome.org hi i am developing an applic

Xlib, thread and gnome

2006-05-15 Thread nik600
hi i am developing an application with gtk and thread. I've received some Xlib: unexpected async reply errors and looking on the web i've see that i must use this code: int main (int argc, char *argv[]) { GtkWidget *window; /* init threads */ g_thread_init(NULL); gdk_threads_init(); /* init