Skip to content
Snippets Groups Projects
Commit 88390edd authored by Jonas Ådahl's avatar Jonas Ådahl
Browse files

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: default avatarJonas Ådahl <jadahl@gmail.com>
Reviewed-by: default avatarMike Blumenkrantz <zmike@osg.samsung.com>
Reviewed-by: default avatarYong Bakos <ybakos@humanoriented.com>
Reviewed-by: default avatarBenoit Gschwind <gschwind@gnu-log.net>
Reviewed-by: default avatarQuentin Glidic <sardemff7+git@sardemff7.net>
parent 4c6cdfa2
No related branches found
No related tags found
No related merge requests found
......@@ -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"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment