mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 00:50:42 -05:00
7616881afa
Allow putting '|' into the list of windows for assert_stacking to represent the position of the guard window. Not present is the same as at the beginning (bottom) of the list. https://bugzilla.gnome.org/show_bug.cgi?id=737233
20 lines
220 B
Plaintext
20 lines
220 B
Plaintext
new_client 1 x11
|
|
create 1/1
|
|
show 1/1
|
|
create 1/2 override
|
|
show 1/2
|
|
wait
|
|
assert_stacking 1/1 1/2
|
|
|
|
activate 1/1
|
|
wait
|
|
assert_stacking 1/1 1/2
|
|
|
|
lower 1/2
|
|
wait
|
|
assert_stacking 1/2 | 1/1
|
|
|
|
raise 1/2
|
|
wait
|
|
assert_stacking 1/1 1/2
|