window-x11: Move meta_window_new to window-x11.c and rename

This commit is contained in:
Jasper St. Pierre
2014-02-01 19:19:22 -05:00
parent b09e1399c0
commit 8905bd2280
8 changed files with 395 additions and 381 deletions

View File

@@ -896,8 +896,8 @@ meta_screen_manage_all_windows (MetaScreen *screen)
for (i = 0; i < n_children; ++i)
{
meta_window_new (screen->display, children[i].x11.xwindow, TRUE,
META_COMP_EFFECT_NONE);
meta_window_x11_new (screen->display, children[i].x11.xwindow, TRUE,
META_COMP_EFFECT_NONE);
}
g_free (children);