mirror of
https://github.com/brl/mutter.git
synced 2024-11-27 18:40:40 -05:00
19 lines
320 B
Plaintext
19 lines
320 B
Plaintext
|
new_client 1 x11
|
||
|
create 1/1
|
||
|
show 1/1
|
||
|
create 1/2
|
||
|
show 1/2
|
||
|
wait
|
||
|
assert_stacking 1/1 1/2
|
||
|
|
||
|
minimize 1/2
|
||
|
wait
|
||
|
assert_stacking 1/2 | 1/1
|
||
|
|
||
|
# unminimize doesn't work for GTK+ currently, because GTK+ expects
|
||
|
# to be able to de-iconify with MapWindow, but the window is already
|
||
|
# mapped.
|
||
|
activate 1/2
|
||
|
wait
|
||
|
assert_stacking 1/1 1/2
|