Skip to content

Don't block interactive moves by sync requests

The compositor doesn't need to synchronize with the client when moving windows, except cases like unmaximizing the window. It's needed only when resizing to avoid overwhelming the client with configure notify events.

Merge request reports