wayland-surface: Don't mark popup windows as override-redirect

This commit is contained in:
Jasper St. Pierre 2013-11-21 11:51:15 -05:00
parent 6c0e16c482
commit ebf6862a10

View File

@ -803,7 +803,6 @@ get_xdg_popup (struct wl_client *client,
surface->window = meta_window_new_for_wayland (meta_get_display (), surface);
surface->window->type = META_WINDOW_DROPDOWN_MENU;
surface->window->override_redirect = TRUE;
surface->window->showing_for_first_time = FALSE;
surface->window->rect.x = parent_rect.x + x;
surface->window->rect.y = parent_rect.y + y;