summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2014-04-10 18:37:54 -0700
committerJasper St. Pierre <jstpierre@mecheye.net>2014-05-13 00:35:30 -0400
commitc815d62b8516044cc98b93e6f03e9123b20190a6 (patch)
tree0858dfc1304f0491ac2399ba4ab0f3089f2da8f5 /protocol
parent11f1433e0aa20d778174e06a83e20fe98266b016 (diff)
downloadweston-c815d62b8516044cc98b93e6f03e9123b20190a6.tar.gz
xdg-shell: Rename set_transient_for to set_parent
It's a confusing name that comes from the ICCCM. The ICCCM is best forgotten about. With the addition of the potential new "transient" role meaning a parent-relative toplevel like a long-lived popup, used for e.g. tooltips, the set_transient_for name will become even more confusing.
Diffstat (limited to 'protocol')
-rw-r--r--protocol/xdg-shell.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/protocol/xdg-shell.xml b/protocol/xdg-shell.xml
index 79a28317..78826934 100644
--- a/protocol/xdg-shell.xml
+++ b/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.