On May 11, 2016, at 12:50 AM, Jonas Ådahl <[email protected]> wrote:
> 
> 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 <[email protected]>
> Reviewed-by: Mike Blumenkrantz <[email protected]>

Reviewed-by: Yong Bakos <[email protected]>

yong


> ---
> 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 d539c1f..90cf7c2 100644
> --- a/unstable/xdg-shell/xdg-shell-unstable-v6.xml
> +++ b/unstable/xdg-shell/xdg-shell-unstable-v6.xml
> @@ -165,7 +165,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"/>
> -- 
> 2.5.5
> 
> _______________________________________________
> wayland-devel mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/wayland-devel

_______________________________________________
wayland-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to