mirror of
https://github.com/swaywm/sway.git
synced 2026-02-05 04:06:25 -05:00
sway: advertise color_manager_v1 version 2
Ref: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/5223
This commit is contained in:
parent
40aabb80c6
commit
e3c2412565
1 changed files with 1 additions and 1 deletions
|
|
@ -466,7 +466,7 @@ bool server_init(struct sway_server *server) {
|
|||
enum wp_color_manager_v1_primaries *primaries =
|
||||
wlr_color_manager_v1_primaries_list_from_renderer(server->renderer, &primaries_len);
|
||||
struct wlr_color_manager_v1 *cm = wlr_color_manager_v1_create(
|
||||
server->wl_display, 1, &(struct wlr_color_manager_v1_options){
|
||||
server->wl_display, 2, &(struct wlr_color_manager_v1_options){
|
||||
.features = {
|
||||
.parametric = true,
|
||||
.set_mastering_display_primaries = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue