Comment 20 for bug 1107850

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

Created attachment 673091
don't log child window XIDs as this has the side effect of creating X Windows early

When logging was enabled, the gdk_x11_window_get_xid here for the child window
was slightly concealing what has changed with dlbi because it caused GDK to generate a native X Window for the GdkWindow earlier.

The child window XIDs are available from xwininfo anyway, so I've just included the parent window for child window logs to help tie things together.

This also now output the single mGdkWindow as it is shared by both widgets.