diff --git a/src/wayland/meta-wayland-surface.c b/src/wayland/meta-wayland-surface.c index 3d4b8f85b..3a2858498 100644 --- a/src/wayland/meta-wayland-surface.c +++ b/src/wayland/meta-wayland-surface.c @@ -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;