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:
Родитель
fee46cf01c
Коммит
01ef3ec286
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче