Skip to content

xwayland: batch property requests when handling new window

Simon Ser requested to merge emersion/wlroots:xwayland-batch-get-prop into master

Instead of sending one request, waiting for the reply, and repeating for all properties we're interested in, we can send all property requests in one go and then wait for the server to reply.

Merge request reports

Loading