From ebf6862a10e61b5f0ec84bb03b50e5a3522ca9a8 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 21 Nov 2013 11:51:15 -0500 Subject: [PATCH] wayland-surface: Don't mark popup windows as override-redirect --- src/wayland/meta-wayland-surface.c | 1 - 1 file changed, 1 deletion(-) 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;