summaryrefslogtreecommitdiff
path: root/stable
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-03-14 23:13:26 -0400
committerJonas Ådahl <jadahl@gmail.com>2018-07-04 23:23:14 +0200
commit7287469e0f6ca33a0f515813305d8d4cc5be5a5f (patch)
treed5a6b427a35b5a3a7ebd0d20760a57a04e102d5b /stable
parentdae2a3dd0910c82e2c0030dfa019ffb23e35686c (diff)
downloadwayland-protocols-7287469e0f6ca33a0f515813305d8d4cc5be5a5f.tar.gz
xdg-shell: remove constraint on popup parents
It seems that this was partially done in a3cf97ff982638bf7ed23b4303eba280c521b54d; this patch just corrects an oversight. Reviewed-by: Jonas Ådahl <jadahl@gmail.com>
Diffstat (limited to 'stable')
-rw-r--r--stable/xdg-shell/xdg-shell.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/stable/xdg-shell/xdg-shell.xml b/stable/xdg-shell/xdg-shell.xml
index ad96fe8..25706e6 100644
--- a/stable/xdg-shell/xdg-shell.xml
+++ b/stable/xdg-shell/xdg-shell.xml
@@ -1031,9 +1031,6 @@
surface of their own is clicked should dismiss the popup using the destroy
request.
- The parent surface must have either the xdg_toplevel or xdg_popup surface
- role.
-
A newly created xdg_popup will be stacked on top of all previously created
xdg_popup surfaces associated with the same xdg_toplevel.