Skip to content

Commit

Permalink
xdg-shell: Remove left-over paragraph from pre positioner versions
Browse files Browse the repository at this point in the history
It mentioned the now removed x, y parameters of xdg_surface.get_popup.
The xdg_positioner now has the relevant documentation that was
previously documented by the now removed paragraph.

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Reviewed-by: Simon Ser <contact@emersion.fr>
  • Loading branch information
jadahl committed Feb 29, 2020
1 parent 5664ca1 commit 2b0c87e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions stable/xdg-shell/xdg-shell.xml
Expand Up @@ -1043,12 +1043,6 @@
The parent of an xdg_popup must be mapped (see the xdg_surface
description) before the xdg_popup itself.

The x and y arguments passed when creating the popup object specify
where the top left of the popup should be placed, relative to the
local surface coordinates of the parent surface. See
xdg_surface.get_popup. An xdg_popup must intersect with or be at least
partially adjacent to its parent surface.

The client must call wl_surface.commit on the corresponding wl_surface
for the xdg_popup state to take effect.
</description>
Expand Down

0 comments on commit 2b0c87e

Please sign in to comment.