diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2015-12-04 14:46:05 +0800 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2016-08-15 10:25:31 +0800 |
commit | 88390eddf5d522ab7ca3c9cbeb6cfea94e7effc1 (patch) | |
tree | 7cd80cc4e55c4e00e53b6ff39da00b55faec44a6 /unstable/xdg-shell/xdg-shell-unstable-v6.xml | |
parent | 4c6cdfa2b638cb3dad7842453edb65a7800d774c (diff) |
xdg-shell: Make get_popup take a xdg_surface instead of wl_surface
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 <jadahl@gmail.com>
Reviewed-by: Mike Blumenkrantz <zmike@osg.samsung.com>
Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
Reviewed-by: Benoit Gschwind <gschwind@gnu-log.net>
Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'unstable/xdg-shell/xdg-shell-unstable-v6.xml')
-rw-r--r-- | unstable/xdg-shell/xdg-shell-unstable-v6.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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. </description> <arg name="id" type="new_id" interface="zxdg_popup_v6"/> - <arg name="parent" type="object" interface="wl_surface"/> + <arg name="parent" type="object" interface="zxdg_surface_v6"/> <arg name="seat" type="object" interface="wl_seat" summary="the wl_seat of the user event"/> <arg name="serial" type="uint" summary="the serial of the user event"/> <arg name="x" type="int"/> |