Skip to content

x11window: Send ConfigureNotify events when moving windows

Zhiyi Zhang requested to merge zhiyi/kwin:configurenotify-fix into master

This removes the optimization that sends only one ConfigureNotify event after moving is completed. However, other windows may depend on ConfigureNotify events to adjust their position in a timely manner. For example, the shadow window surrounding the main login window of WeChat on Wine.

BUG: 449302

Edited by Zhiyi Zhang

Merge request reports