Skip to content

x11window: Don't send a final ConfigureNotify event in leaveInteractiveMoveResize()

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

With 74eb0d86, ConfigureNotify events are always sent when moving windows. It's no longer necessary to send a final ConfigureNotify event after a window is moved.

Merge request reports