1179
1179
if (!XGetWindowAttributes (priv->dpy, event->xcreatewindow.window, &wa))
1180
1180
priv->setDefaultWindowAttributes (&wa);
1182
fprintf (stderr, "Window 0x%x created on ReparentNotify, map state isViewable? %i\n", event->xreparent.window, wa.map_state == IsViewable);
1182
1184
CoreWindow *cw = new CoreWindow (event->xcreatewindow.window);
1183
1185
cw->manage (priv->getTopWindow (), wa);