during runtime I'm getting the message

Xlib:unexpected async reply (sequence 0xbe8)

while trying to show a window.



The senario is , In my multi window application,from a thread i'm calling a
function, which contains the lines as below

............
GtkWidget *mywindow;
.............
mywindow=create_mywindow();// this line is wrking fine
gtk_widget_show(mywindow);
..........



while executing gtk_widget_show(mywindow) it is showing the above mentione
message and not showing the window.

any help,
Thnks in advance
with regards
shibu
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to