diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-04-11 22:33:38 -0700 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-04-11 23:54:11 -0700 |
commit | 7c4f4c6f36cfa01df891bae322e233f8ae2f6deb (patch) | |
tree | 0f41832b80f71bd17109d61a31bdeefb46bd0b2b /src/wayland/protocol | |
parent | e8447ad9bb034a859507862cef74e53a41cfafa8 (diff) | |
download | mutter-7c4f4c6f36cfa01df891bae322e233f8ae2f6deb.tar.gz |
wayland: Rename set_transient_for to set_parent
This is also something that we did upstream. Since we want to
introduce an explicit "xdg_transient" window type for tooltips
and popovers, and since "transient_for" is a confusing dumb
80s term lifted from the ICCCM spec, just rename it.
Diffstat (limited to 'src/wayland/protocol')
-rw-r--r-- | src/wayland/protocol/xdg-shell.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/wayland/protocol/xdg-shell.xml b/src/wayland/protocol/xdg-shell.xml index 79a283173..788269347 100644 --- a/src/wayland/protocol/xdg-shell.xml +++ b/src/wayland/protocol/xdg-shell.xml @@ -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. |