fcf0b4796f
It's not practical, regular users don't care about window geometry. One could argue that it can be useful for creating window rules, but window rules kcm pulls relevant properties from kwin. If needed, one can reimplement this feature as a QtQuick script that creates an overlay window positioned above the window that is being interactively moved or resized.
11 lines
869 B
CMake
11 lines
869 B
CMake
if (XCB_ICCCM_FOUND)
|
|
integrationTest(NAME testTranslucency SRCS translucency_test.cpp LIBS XCB::ICCCM)
|
|
integrationTest(NAME testSlidingPopups SRCS slidingpopups_test.cpp LIBS XCB::ICCCM)
|
|
integrationTest(NAME testShadeWobblyWindows SRCS wobbly_shade_test.cpp LIBS XCB::ICCCM)
|
|
endif()
|
|
integrationTest(NAME testScriptedEffects SRCS scripted_effects_test.cpp)
|
|
integrationTest(WAYLAND_ONLY NAME testToplevelOpenCloseAnimation SRCS toplevel_open_close_animation_test.cpp)
|
|
integrationTest(WAYLAND_ONLY NAME testPopupOpenCloseAnimation SRCS popup_open_close_animation_test.cpp)
|
|
integrationTest(WAYLAND_ONLY NAME testDesktopSwitchingAnimation SRCS desktop_switching_animation_test.cpp)
|
|
integrationTest(WAYLAND_ONLY NAME testMinimizeAnimation SRCS minimize_animation_test.cpp)
|
|
integrationTest(WAYLAND_ONLY NAME testMaximizeAnimation SRCS maximize_animation_test.cpp)
|