b5e3e4ac4c
The test put a reference to the XCB::Window as data to the _net_wm_transient property, not the window ID This "works" (you get various garbage transients for the leader in addition) as long as the window id itself is the first item in the structure (because that is what the test resolves to verify what it has done) bug fails when the XCB::Window structure changes and anything is the first item (or, btw., when the compiler feels to re-align the structure and adds some padding...) So let's fix the test by at least passing the proper data reference. is FIXED-IN: 5.4.1 REVIEW: 124888 also see REVIEW: 124864 |
||
---|---|---|
.. | ||
abstract_client.h | ||
client.h | ||
CMakeLists.txt | ||
fakeeffectplugin.cpp | ||
fakeeffectplugin.json | ||
fakeeffectplugin_version.cpp | ||
fakeeffectplugin_version.json | ||
mock_abstract_client.cpp | ||
mock_abstract_client.h | ||
mock_client.cpp | ||
mock_client.h | ||
mock_effectshandler.cpp | ||
mock_effectshandler.h | ||
mock_screens.cpp | ||
mock_screens.h | ||
mock_workspace.cpp | ||
mock_workspace.h | ||
test_builtin_effectloader.cpp | ||
test_client_machine.cpp | ||
test_plugin_effectloader.cpp | ||
test_screen_edges.cpp | ||
test_screen_paint_data.cpp | ||
test_screens.cpp | ||
test_scripted_effectloader.cpp | ||
test_virtual_desktops.cpp | ||
test_window_paint_data.cpp | ||
test_xcb_size_hints.cpp | ||
test_xcb_window.cpp | ||
test_xcb_wrapper.cpp | ||
test_xrandr_screens.cpp | ||
testutils.h | ||
workspace.h |