mirror of
https://github.com/brl/mutter.git
synced 2024-11-30 20:01:00 -05:00
23 lines
424 B
Plaintext
23 lines
424 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
|
||
|
|
||
|
# Currently Wayland clients have no wait to bring themselves to the user's
|
||
|
# attention; gtk_window_present() is a no-op with the X11 backend of GTK+
|
||
|
|
||
|
# activate 1/1
|
||
|
# wait
|
||
|
# assert_stacking 1/2 1/1
|
||
|
# activate 1/2
|
||
|
# wait
|
||
|
# assert_stacking 1/1 1/2
|
||
|
|
||
|
local_activate 1/1
|
||
|
assert_stacking 1/2 1/1
|
||
|
local_activate 1/2
|
||
|
assert_stacking 1/1 1/2
|