mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-20 04:30:04 +01:00
This avoids hardcoding lists of TFs/primaries in compositors. I've considered adding wlr_color_manager_v1_create_with_renderer() instead, but I'm worried that some aspects of the options struct don't really depend on the renderer, but on the compositor. Such things are features and render intents. I've considered returning a const array, but this would tie our hands if we want to make the renderer advertise the set of TFs/primaries it supports, instead of having a single flag gating all of them. |
||
|---|---|---|
| .. | ||
| backend | ||
| interfaces | ||
| render | ||
| types | ||
| util | ||
| wlr | ||
| xcursor | ||
| xwayland | ||
| meson.build | ||