Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • W weston
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 362
    • Issues 362
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 126
    • Merge requests 126
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • waylandwayland
  • weston
  • Merge requests
  • !1004

clients: Fix cursors when compositor gives wl_seat before wl_compositor

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Derek Foreman requested to merge derekf/weston:still_not_loving_cursors into main Sep 12, 2022
  • Overview 8
  • Commits 1
  • Pipelines 2
  • Changes 1

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 (closed)

Signed-off-by: Derek Foreman derek.foreman@collabora.com

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: still_not_loving_cursors