Comment 135 for bug 219385

Revision history for this message
In , Karlt (karlt) wrote :

Comment on attachment 565231
mozcontainer.c patch, v5

>- widget->window = gdk_window_new (gtk_widget_get_parent_window (widget),
>- &attributes, attributes_mask);
>+ gtk_widget_set_window(widget, gdk_window_new (gtk_widget_get_parent_window (widget),
>+ &attributes, attributes_mask));

Can you align &attributes with gtk_widget_get_parent_window, please?