mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 17:10:40 -05:00
75b992c7d0
A new test is added that tests that xdg_surface.set_parent (referred to as "transient for" in X11 terminology) affects the stack immediately. https://bugzilla.gnome.org/show_bug.cgi?id=755606
15 lines
181 B
Plaintext
15 lines
181 B
Plaintext
new_client 1 wayland
|
|
create 1/1
|
|
show 1/1
|
|
create 1/2
|
|
show 1/2
|
|
wait
|
|
assert_stacking 1/1 1/2
|
|
|
|
set_parent 1/1 2
|
|
wait
|
|
assert_stacking 1/2 1/1
|
|
|
|
local_activate 1/2
|
|
assert_stacking 1/2 1/1
|