kwin/autotests/integration/effects
Vlad Zahorodnii df9e36ee68 [wayland] Destroy XdgToplevelClient and XdgPopupClient on unmap
There are several ways to handle unmapping of a wl_surface. The first
one is to destroy the associated AbstractClient instance. The second one
is to transition the AbstractClient in a special state.

The problem with the second approach is that it makes animations such as
fade out more difficult to handle since effects in kwin are geared more
towards the first approach (destroying AbstractClient).
2020-06-01 15:13:03 +03:00
..
scripts
CMakeLists.txt [wayland] Destroy XdgToplevelClient and XdgPopupClient on unmap 2020-06-01 15:13:03 +03:00
desktop_switching_animation_test.cpp
maximize_animation_test.cpp
minimize_animation_test.cpp
popup_open_close_animation_test.cpp
scripted_effects_test.cpp
slidingpopups_test.cpp
toplevel_open_close_animation_test.cpp
translucency_test.cpp
windowgeometry_test.cpp
wobbly_shade_test.cpp