Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • wlroots wlroots
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 346
    • Issues 346
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 141
    • Merge requests 141
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • wlrootswlroots
  • wlrootswlroots
  • Merge requests
  • !3949

wlr_scene: Move wlr_presentation handling into surface helper

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Alexander Orzechowski requested to merge Nefsen402/wlroots:scene-presentation into master Dec 21, 2022
  • Overview 2
  • Commits 1
  • Pipelines 3
  • Changes 3

Instead of having this machinery sit inside wlr_scene which ideally should have no knowledge of anything to do with surfaces, have the surface scene helper figure out presentation itself. Use addons on node objects to achieve this. To achieve the same behavior as before, use wlr_scene_node_set_surface_presentation on the root node of the scene.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: scene-presentation