Skip to content
Commit e1e3a4a0 authored by David Edmundson's avatar David Edmundson
Browse files

Send SurfaceInterface::enter events after clients bind to outputs

The following order of events are legal:

Typically order is:
 - server announces a new output
 - client binds to a new output
 - server updates the surface to be on new output

But we can have events occur in the following order:

 - server announces a new output
 - server updates the surface to be on new output
 - client binds to a new output

At which point when we update the surface there is no ID to tell the
client which output the surface is on.

This patch watches for clients binding to output and updates
appropriately.
parent b4c7c991
Pipeline #47426 passed with stage
in 6 minutes and 54 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment