Skip to content
Commit f88eed4e authored by Derek Foreman's avatar Derek Foreman Committed by Marius Vlad
Browse files

clients: Fix cursors when compositor gives wl_seat before wl_compositor



We have no guarantee that we can create a surface for the pointer at the
instant we receive a seat that will (probably eventually) need one.

Hold off until we receive an enter event before creating this - at that
point we know with certainty that wl_compositor is available, since we've
used it to create the surface that was entered.

Fixes #659

Signed-off-by: default avatarDerek Foreman <derek.foreman@collabora.com>
(cherry picked from commit 11ba13d7)
parent 8f8ff5f2
Loading
Loading
Loading
Pipeline #689389 passed with stages
in 4 minutes and 22 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment