wayland: set_transient_for was renamed to set_parent

This commit is contained in:
Jasper St. Pierre
2014-04-11 16:55:37 -07:00
parent e91e447db7
commit eb5cc3da9b
2 changed files with 8 additions and 11 deletions

View File

@ -137,11 +137,8 @@
</description>
</request>
<request name="set_transient_for">
<request name="set_parent">
<description summary="surface is a child of another surface">
Setting a surface as transient of another means that it is child
of another surface.
Child surfaces are stacked above their parents, and will be
unmapped if the parent is unmapped too. They should not appear
on task bars and alt+tab.