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?
Comment on attachment 565231
mozcontainer.c patch, v5
>- widget->window = gdk_window_new (gtk_widget_ get_parent_ window (widget), set_window( widget, gdk_window_new (gtk_widget_ get_parent_ window (widget),
>- &attributes, attributes_mask);
>+ gtk_widget_
>+ &attributes, attributes_mask));
Can you align &attributes with gtk_widget_ get_parent_ window, please?