mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-13 04:27:56 -05:00
Merge branch 'wl-backend-color-management' into 'master'
Draft: backend/wayland: add color-management-v1 support See merge request wlroots/wlroots!5156
This commit is contained in:
commit
f8715ab798
6 changed files with 263 additions and 17 deletions
9
include/types/wlr_color_management_v1.h
Normal file
9
include/types/wlr_color_management_v1.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef TYPES_WLR_COLOR_MANAGEMENT_V1_H
|
||||
#define TYPES_WLR_COLOR_MANAGEMENT_V1_H
|
||||
|
||||
#include <wlr/types/wlr_color_management_v1.h>
|
||||
|
||||
uint32_t transfer_function_try_to_wlr(enum wp_color_manager_v1_transfer_function tf);
|
||||
uint32_t named_primaries_try_to_wlr(enum wp_color_manager_v1_primaries primaries);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue