From ae6f3001a51cce102422e4ccbeb394fe90945a12 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 27 Jun 2012 10:30:08 -0400 Subject: [PATCH] wl_shell: Don't require that parent surfaces are wl_shell_surfaces The set_transient and set_popup requests take a wl_shell_surface as the parent surface argument. We don't need the parent surface to be a shell surface and this restricts the types of surfaces we can use the transient and popup surface types on. --- protocol/wayland.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 23b244f..fba5947 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -474,7 +474,7 @@ that relative position during moves. - + @@ -549,7 +549,7 @@ - + -- 2.7.4