[mutter/wayland] wayland-surface: Don't mark popup windows as override-redirect



commit ebf6862a10e61b5f0ec84bb03b50e5a3522ca9a8
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Nov 21 11:51:15 2013 -0500

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

 src/wayland/meta-wayland-surface.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/wayland/meta-wayland-surface.c b/src/wayland/meta-wayland-surface.c
index 3d4b8f8..3a28584 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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]