From 88390eddf5d522ab7ca3c9cbeb6cfea94e7effc1 Mon Sep 17 00:00:00 2001 From: Jonas Ådahl Date: Fri, 4 Dec 2015 14:46:05 +0800 Subject: xdg-shell: Make get_popup take a xdg_surface instead of wl_surface MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The reason for using wl_surface before was that xdg_popup and xdg_surface (now xdg_toplevel) had no common interface other than wl_surface, but since xdg_surface is now the base interface, lets use that. Signed-off-by: Jonas Ådahl Reviewed-by: Mike Blumenkrantz Reviewed-by: Yong Bakos Reviewed-by: Benoit Gschwind Reviewed-by: Quentin Glidic --- unstable/xdg-shell/xdg-shell-unstable-v6.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unstable/xdg-shell/xdg-shell-unstable-v6.xml b/unstable/xdg-shell/xdg-shell-unstable-v6.xml index fc41485..e4d552c 100644 --- a/unstable/xdg-shell/xdg-shell-unstable-v6.xml +++ b/unstable/xdg-shell/xdg-shell-unstable-v6.xml @@ -171,7 +171,7 @@ xdg_popup is and how it is used. - + -- cgit v1.2.3