Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Support explicitly starting a backend #169

Open
Timidger opened this issue May 30, 2018 · 0 comments
Open

Support explicitly starting a backend #169

Timidger opened this issue May 30, 2018 · 0 comments
Milestone

Comments

@Timidger
Copy link
Member

Right now CompositorBuilder only supports using the auto backend starter. It should be able to support:

  • Wayland
  • X11
  • DRM
  • Multi
    • This will return a MultiBackendBuilder that will allow you to add other backends. You need to specify at least one backend for this to succeed.

Note that in order to do backend specific things (e.g add virtual outputs in Wayland or X11 backend) we'll need to expose a Backend enum through Compositor.

@Timidger Timidger added this to the Basic wrapping milestone May 30, 2018
This was referenced May 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant