Bug #182726. GTK 2.1 breaks gtk2xtbin. Make sure to add the xtbin window to the socket. Not part of the default build.

This commit is contained in:
blizzard%redhat.com 2002-12-14 04:33:47 +00:00
Родитель fee46cf01c
Коммит 01ef3ec286
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -274,6 +274,9 @@ gtk_xtbin_realize (GtkWidget *widget)
xtbin->xtwindow = XtWindow(xtbin->xtclient.child_widget);
gdk_flush();
/* now that we have created the xt client, add it to the socket. */
gtk_socket_steal(GTK_SOCKET(widget), xtbin->xtwindow);
}